#include <ft2build.h>Go to the source code of this file.
Classes | |
| struct | BDF_PropertyRec_ |
Typedefs | |
| typedef FT_BEGIN_HEADER enum BDF_PropertyType_ | BDF_PropertyType |
| typedef BDF_PropertyRec_ * | BDF_Property |
| typedef BDF_PropertyRec_ | BDF_PropertyRec |
Enumerations | |
| enum | BDF_PropertyType_ |
Functions | |
| FT_Get_BDF_Charset_ID (FT_Face face, const char **acharset_encoding, const char **acharset_registry) | |
| FT_Get_BDF_Property (FT_Face face, const char *prop_name, BDF_PropertyRec *aproperty) | |
| typedef struct BDF_PropertyRec_* BDF_Property |
| typedef struct BDF_PropertyRec_ BDF_PropertyRec |
| typedef FT_BEGIN_HEADER enum BDF_PropertyType_ BDF_PropertyType |
| enum BDF_PropertyType_ |
| FT_Get_BDF_Charset_ID | ( | FT_Face | face, | |
| const char ** | acharset_encoding, | |||
| const char ** | acharset_registry | |||
| ) |
| FT_Get_BDF_Property | ( | FT_Face | face, | |
| const char * | prop_name, | |||
| BDF_PropertyRec * | aproperty | |||
| ) |
Definition at line 62 of file ftbdf.c.
References BDF_PROPERTY_TYPE_NONE, error, and FT_FACE_FIND_SERVICE.
1.5.1