~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to src/3rdparty/freetype/docs/TRUETYPE

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
How to enable the TrueType native hinter if you need it
 
2
--------------------------------------------------------
 
3
 
 
4
  The TrueType  bytecode interpreter is disabled in  all public releases
 
5
  of    the    FreeType    packages    for    patents    reasons    (see
 
6
  http://www.freetype.org/patents.html for more details).
 
7
 
 
8
  However,  many Linux distributions  do enable  the interpreter  in the
 
9
  FreeType packages (DEB/RPM/etc.) they produce for their platforms.  If
 
10
  you are using TrueType fonts on your system, you most probably want to
 
11
  enable it manually by doing the following:
 
12
 
 
13
    - open the file "include/freetype/config/ftoption.h"
 
14
 
 
15
    - locate a line that says:
 
16
 
 
17
          #undef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
 
18
 
 
19
    - change it to:
 
20
 
 
21
          #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER
 
22
 
 
23
  These steps must be done _before_ compiling the library.
 
24
 
 
25
 
 
26
--- end of TRUETYPE ---