summaryrefslogtreecommitdiff
path: root/docs/TRUETYPE
diff options
context:
space:
mode:
Diffstat (limited to 'docs/TRUETYPE')
-rw-r--r--docs/TRUETYPE23
1 files changed, 13 insertions, 10 deletions
diff --git a/docs/TRUETYPE b/docs/TRUETYPE
index 30029f4d2..27bfd443c 100644
--- a/docs/TRUETYPE
+++ b/docs/TRUETYPE
@@ -1,20 +1,23 @@
How to enable the TrueType native hinter if you need it
---------------------------------------------------------
+-------------------------------------------------------
The TrueType bytecode interpreter is disabled in all public releases
- of the FreeType packages for patents reasons (see
- http://www.freetype.org/patents.html for more details).
+ of the FreeType packages for patents reasons; see
+
+ http://www.freetype.org/patents.html
+
+ for more details.
However, many Linux distributions do enable the interpreter in the
FreeType packages (DEB/RPM/etc.) they produce for their platforms. If
you are using TrueType fonts on your system, you most probably want to
enable it manually by doing the following:
- - open the file "include/freetype/config/ftoption.h"
+ - open the file `include/freetype/config/ftoption.h'
- locate a line that says:
- #undef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
+ #undef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
- change it to:
@@ -24,13 +27,13 @@ How to enable the TrueType native hinter if you need it
------------------------------------------------------------------------
-Copyright 2003 by
+Copyright 2003, 2005 by
David Turner, Robert Wilhelm, and Werner Lemberg.
-This file is part of the FreeType project, and may only be used,
-modified, and distributed under the terms of the FreeType project
-license, LICENSE.TXT. By continuing to use, modify, or distribute this
-file you indicate that you have read the license and understand and
+This file is part of the FreeType project, and may only be used,
+modified, and distributed under the terms of the FreeType project
+license, LICENSE.TXT. By continuing to use, modify, or distribute this
+file you indicate that you have read the license and understand and
accept it fully.