bindbc.freetype.bind.ftbdf

Undocumented in source.

Members

Aliases

BDF_Property
alias BDF_Property = BDF_PropertyRec*
Undocumented in source.
BDF_PropertyType
alias BDF_PropertyType = int
Undocumented in source.
pFT_Get_BDF_Charset_ID
alias pFT_Get_BDF_Charset_ID = FT_Error function(FT_Face face, const(char)** acharset_encoding, const(char)** acharset_registry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Get_BDF_Property
alias pFT_Get_BDF_Property = FT_Error function(FT_Face face, const(char)* prop_name, BDF_PropertyRec* aproperty)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

BDF_PROPERTY_TYPE_NONE
anonymousenum BDF_PROPERTY_TYPE_NONE
Undocumented in source.

Functions

FT_Get_BDF_Charset_ID
FT_Error FT_Get_BDF_Charset_ID(FT_Face face, const(char)** acharset_encoding, const(char)** acharset_registry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Get_BDF_Property
FT_Error FT_Get_BDF_Property(FT_Face face, const(char)* prop_name, BDF_PropertyRec* aproperty)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

FT_Get_BDF_Charset_ID
pFT_Get_BDF_Charset_ID FT_Get_BDF_Charset_ID;
Undocumented in source.
FT_Get_BDF_Property
pFT_Get_BDF_Property FT_Get_BDF_Property;
Undocumented in source.

Structs

BDF_PropertyRec
struct BDF_PropertyRec
Undocumented in source.

Meta