Disabling auto-refresh of game list by default, as it is causing bugs sometimes
[open-ps2-loader.git] / thirdparty / freetype-2.3.12 / docs / TRUETYPE
blob3e1614ad4331def42ca6106f30a706ca653bb858
1 How to enable the TrueType native hinter if you need it
2 -------------------------------------------------------
4   The TrueType  bytecode interpreter is disabled in  all public releases
5   of the FreeType packages for patents reasons; see
7     http://www.freetype.org/patents.html
9   for more details.
11   However,  many Linux distributions  do enable  the interpreter  in the
12   FreeType packages (DEB/RPM/etc.) they produce for their platforms.  If
13   you are using TrueType fonts on your system, you most probably want to
14   enable it manually by doing the following:
16     - open the file `include/freetype/config/ftoption.h'
18     - locate a line that says:
20         /* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */
22     - change it to:
24         #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER
26   These steps must be done _before_ compiling the library.
28 ------------------------------------------------------------------------
30 Copyright 2003, 2005, 2006 by
31 David Turner, Robert Wilhelm, and Werner Lemberg.
33 This  file is  part  of the  FreeType  project, and  may  only be  used,
34 modified,  and  distributed under  the  terms  of  the FreeType  project
35 license, LICENSE.TXT.  By continuing  to use, modify, or distribute this
36 file  you indicate that  you have  read the  license and  understand and
37 accept it fully.
40 --- end of TRUETYPE ---