Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-updates > by-pkgid > 768f7d9f703884aa2562bf0a651086df > files > 1672

qtbase5-doc-5.9.4-1.1.mga6.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- codeattributions.qdoc -->
  <title>Anti-aliasing rasterizer from FreeType 2 | Qt GUI 5.9</title>
  <link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
  <script type="text/javascript">
    document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");
    // loading style sheet breaks anchors that were jumped to before
    // so force jumping to anchor again
    setTimeout(function() {
        var anchor = location.hash;
        // need to jump to different anchor first (e.g. none)
        location.hash = "#";
        setTimeout(function() {
            location.hash = anchor;
        }, 0);
    }, 0);
  </script>
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="main">
    <div class="main-rounded">
      <div class="navigationbar">
        <table><tr>
<td >Qt 5.9</td><td ><a href="qtgui-index.html">Qt GUI</a></td><td >Anti-aliasing rasterizer from FreeType 2</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right">Qt 5.9.4 Reference Documentation</td>
        </tr></table>
      </div>
    </div>
<div class="content">
<div class="line">
<div class="content mainContent">
<p class="naviNextPrevious headerNavi">
</p><p/>
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Anti-aliasing rasterizer from FreeType 2</h1>
<span class="subtitle"></span>
<!-- $$$qtgui-attribution-grayraster.html-description -->
<div class="descr"> <a name="details"></a>
<a name="grayraster"></a><p><a href="qtgui-attribution-freetype.html#freetype">FreeType</a> is a freely available software library to render fonts.</p>
<p>Used in Qt GUI.</p>
<p>The sources can be found in qtbase-opensource-src-5.9&#x2e;4/src/gui/painting/qgrayraster.c&#x2e;</p>
<p><a href="http://www.freetype.org">Project Homepage</a></p>
<pre class="cpp plain">

  Copyright 2006-2015 by David Turner, Robert Wilhelm, and Werner Lemberg.

</pre>
<p>Freetype Project License or GNU General Public License v2.0 only.</p>
<pre class="cpp plain">

  The  FreeType 2  font  engine is  copyrighted  work and  cannot be  used
  legally  without a  software license.   In  order to  make this  project
  usable  to a vast  majority of  developers, we  distribute it  under two
  mutually exclusive open-source licenses.

  This means  that *you* must choose  *one* of the  two licenses described
  below, then obey  all its terms and conditions when  using FreeType 2 in
  any of your projects or products.

    - The FreeType License, found in  the file `FTL.TXT', which is similar
      to the original BSD license *with* an advertising clause that forces
      you  to  explicitly cite  the  FreeType  project  in your  product's
      documentation.  All  details are in the license  file.  This license
      is  suited  to products  which  don't  use  the GNU  General  Public
      License.

      Note that  this license  is  compatible  to the  GNU General  Public
      License version 3, but not version 2.

    - The GNU General Public License version 2, found in  `GPLv2.TXT' (any
      later version can be used  also), for programs which already use the
      GPL.  Note  that the  FTL is  incompatible  with  GPLv2 due  to  its
      advertisement clause.

  The contributed BDF and PCF drivers come with a license similar  to that
  of the X Window System.  It is compatible to the above two licenses (see
  file src/bdf/README and src/pcf/README).

  The gzip module uses the zlib license (see src/gzip/zlib.h) which too is
  compatible to the above two licenses.

  The MD5 checksum support (only used for debugging in development builds)
  is in the public domain.


  --- end of LICENSE.TXT ---

</pre>
</div>
<!-- @@@qtgui-attribution-grayraster.html -->
<p class="naviNextPrevious footerNavi">
</p>
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2017 The Qt Company Ltd.
   Documentation contributions included herein are the copyrights of
   their respective owners.<br>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br>    Qt and respective logos are trademarks of The Qt Company Ltd.     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>