26#error "freetype.h of FreeType 1 has been loaded!"
27#error "Please fix the directory search order for header files"
28#error "so that freetype.h of FreeType 2 is found first."
74 typedef enum BDF_PropertyType_
76 BDF_PROPERTY_TYPE_NONE = 0,
77 BDF_PROPERTY_TYPE_ATOM = 1,
78 BDF_PROPERTY_TYPE_INTEGER = 2,
79 BDF_PROPERTY_TYPE_CARDINAL = 3
120 BDF_PropertyType type;
157 FT_EXPORT( FT_Error )
158 FT_Get_BDF_Charset_ID(
FT_Face face,
159 const char* *acharset_encoding,
160 const char* *acharset_registry );
198 FT_EXPORT( FT_Error )
199 FT_Get_BDF_Property(
FT_Face face,
200 const char* prop_name,
Definition freetype.h:1034