Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
ftbdf.h File Reference
#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 Documentation

◆ BDF_Property

typedef struct BDF_PropertyRec_* BDF_Property

Definition at line 92 of file ftbdf.h.

◆ BDF_PropertyRec

◆ BDF_PropertyType

Enumeration Type Documentation

◆ 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.

74 {
79
@ BDF_PROPERTY_TYPE_CARDINAL
Definition ftbdf.h:78
@ BDF_PROPERTY_TYPE_NONE
Definition ftbdf.h:75
@ BDF_PROPERTY_TYPE_ATOM
Definition ftbdf.h:76
@ BDF_PROPERTY_TYPE_INTEGER
Definition ftbdf.h:77
FT_BEGIN_HEADER enum BDF_PropertyType_ BDF_PropertyType

Function Documentation

◆ FT_Get_BDF_Charset_ID()

FT_Get_BDF_Charset_ID ( FT_Face face,
const char ** acharset_encoding,
const char ** acharset_registry )

◆ FT_Get_BDF_Property()

FT_Get_BDF_Property ( FT_Face face,
const char * prop_name,
BDF_PropertyRec * aproperty )