Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <freetype/freetype.h>
Go to the source code of this file.
Data Structures | |
struct | BDF_PropertyRec_ |
Typedefs | |
typedef FT_BEGIN_HEADER enum BDF_PropertyType_ | BDF_PropertyType |
typedef struct BDF_PropertyRec_ * | BDF_Property |
typedef struct BDF_PropertyRec_ | BDF_PropertyRec |
Enumerations | |
enum | BDF_PropertyType_ { BDF_PROPERTY_TYPE_NONE = 0 , BDF_PROPERTY_TYPE_ATOM = 1 , BDF_PROPERTY_TYPE_INTEGER = 2 , BDF_PROPERTY_TYPE_CARDINAL = 3 } |
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_ |
Enumerator | |
---|---|
BDF_PROPERTY_TYPE_NONE | |
BDF_PROPERTY_TYPE_ATOM | |
BDF_PROPERTY_TYPE_INTEGER | |
BDF_PROPERTY_TYPE_CARDINAL |
Definition at line 73 of file ftbdf.h.
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 ) |