1 /***************************************************************************/
5 /* Definitions for the unpatented TrueType hinting system */
7 /* Copyright 2003, 2006 by */
8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */
10 /* Written by Graham Asher <graham.asher@btinternet.com> */
12 /* This file is part of the FreeType project, and may only be used, */
13 /* modified, and distributed under the terms of the FreeType project */
14 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
15 /* this file you indicate that you have read the license and */
16 /* understand and accept it fully. */
18 /***************************************************************************/
26 #include FT_FREETYPE_H
29 #error "freetype.h of FreeType 1 has been loaded!"
30 #error "Please fix the directory search order for header files"
31 #error "so that freetype.h of FreeType 2 is found first."
38 /***************************************************************************
41 * FT_PARAM_TAG_UNPATENTED_HINTING
44 * A constant used as the tag of an @FT_Parameter structure to indicate
45 * that unpatented methods only should be used by the TrueType bytecode
46 * interpreter for a typeface opened by @FT_Open_Face.
49 #define FT_PARAM_TAG_UNPATENTED_HINTING FT_MAKE_TAG( 'u', 'n', 'p', 'a' )
56 #endif /* __TTUNPAT_H__ */