bindbc.freetype.bind.ftadvanc

Undocumented in source.

Members

Aliases

pFT_Get_Advance
alias pFT_Get_Advance = FT_Error function(FT_Face face, FT_UInt gIndex, FT_Int32 load_flags, FT_Fixed* padvance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Get_Advances
alias pFT_Get_Advances = FT_Error function(FT_Face face, FT_UInt start, FT_UInt count, FT_Int32 load_flags, FT_Fixed* padvances)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

FT_Get_Advance
FT_Error FT_Get_Advance(FT_Face face, FT_UInt gIndex, FT_Int32 load_flags, FT_Fixed* padvance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Get_Advances
FT_Error FT_Get_Advances(FT_Face face, FT_UInt start, FT_UInt count, FT_Int32 load_flags, FT_Fixed* padvances)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

FT_ADVANCE_FLAG_FAST_ONLY
enum FT_ADVANCE_FLAG_FAST_ONLY;
Undocumented in source.

Static variables

FT_Get_Advance
pFT_Get_Advance FT_Get_Advance;
Undocumented in source.
FT_Get_Advances
pFT_Get_Advances FT_Get_Advances;
Undocumented in source.

Meta