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."
159 const
char* *acharset_encoding,
160 const
char* *acharset_registry );
203 const
char* prop_name,
BDF_PropertyType_
Definition ftbdf.h:75
@ BDF_PROPERTY_TYPE_CARDINAL
Definition ftbdf.h:79
@ BDF_PROPERTY_TYPE_NONE
Definition ftbdf.h:76
@ BDF_PROPERTY_TYPE_ATOM
Definition ftbdf.h:77
@ BDF_PROPERTY_TYPE_INTEGER
Definition ftbdf.h:78
struct BDF_PropertyRec_ BDF_PropertyRec
FT_Get_BDF_Property(FT_Face face, const char *prop_name, BDF_PropertyRec *aproperty)
FT_BEGIN_HEADER enum BDF_PropertyType_ BDF_PropertyType
struct BDF_PropertyRec_ * BDF_Property
Definition ftbdf.h:93
FT_Get_BDF_Charset_ID(FT_Face face, const char **acharset_encoding, const char **acharset_registry)
#define FT_EXPORT(x)
Definition ftconfig.h:481
int FT_Error
Definition fttypes.h:299
FT_Int32 integer
Definition ftbdf.h:123
BDF_PropertyType type
Definition ftbdf.h:120
union BDF_PropertyRec_::@499 u
const char * atom
Definition ftbdf.h:122
FT_UInt32 cardinal
Definition ftbdf.h:124
Definition freetype.h:1042