From be556d5b81f063430f77c0b80f2bbe1ad606c7d3 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 16 Jun 2006 06:51:37 +0000 Subject: [PATCH] typo; spotted by George --- docs/TRUETYPE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/TRUETYPE b/docs/TRUETYPE index 27bfd443c..3e1614ad4 100644 --- a/docs/TRUETYPE +++ b/docs/TRUETYPE @@ -17,17 +17,17 @@ How to enable the TrueType native hinter if you need it - locate a line that says: - #undef TT_CONFIG_OPTION_BYTECODE_INTERPRETER + /* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */ - change it to: - #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER + #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER These steps must be done _before_ compiling the library. ------------------------------------------------------------------------ -Copyright 2003, 2005 by +Copyright 2003, 2005, 2006 by David Turner, Robert Wilhelm, and Werner Lemberg. This file is part of the FreeType project, and may only be used,