- FT_BitmapGlyph
alias FT_BitmapGlyph = FT_BitmapGlyphRec*
Undocumented in source.
- FT_Glyph
alias FT_Glyph = FT_GlyphRec*
Undocumented in source.
- FT_Glyph_BBox_Mode
alias FT_Glyph_BBox_Mode = int
Undocumented in source.
- FT_OutlineGlyph
alias FT_OutlineGlyph = FT_OutlineGlyphRec*
Undocumented in source.
- pFT_Done_Glyph
alias pFT_Done_Glyph = void function(FT_Glyph)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Get_Glyph
alias pFT_Get_Glyph = FT_Error function(FT_GlyphSlot, FT_Glyph*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Glyph_Copy
alias pFT_Glyph_Copy = FT_Error function(FT_Glyph, FT_Glyph*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Glyph_Get_CBox
alias pFT_Glyph_Get_CBox = void function(FT_Glyph, FT_UInt, FT_BBox*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Glyph_To_Bitmap
alias pFT_Glyph_To_Bitmap = FT_Error function(FT_Glyph*, FT_Render_Mode, FT_Vector*, FT_Bool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Glyph_Transform
alias pFT_Glyph_Transform = FT_Error function(FT_Glyph, FT_Matrix*, FT_Vector*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Matrix_Invert
alias pFT_Matrix_Invert = FT_Error function(FT_Matrix*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Matrix_Multiply
alias pFT_Matrix_Multiply = void function(const(FT_Matrix)*, FT_Matrix*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Done_Glyph
void FT_Done_Glyph(FT_Glyph )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Get_Glyph
FT_Error FT_Get_Glyph(FT_GlyphSlot , FT_Glyph* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Glyph_Copy
FT_Error FT_Glyph_Copy(FT_Glyph , FT_Glyph* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Glyph_Get_CBox
void FT_Glyph_Get_CBox(FT_Glyph , FT_UInt , FT_BBox* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Glyph_To_Bitmap
FT_Error FT_Glyph_To_Bitmap(FT_Glyph* , FT_Render_Mode , FT_Vector* , FT_Bool )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Glyph_Transform
FT_Error FT_Glyph_Transform(FT_Glyph , FT_Matrix* , FT_Vector* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Matrix_Invert
FT_Error FT_Matrix_Invert(FT_Matrix* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Matrix_Multiply
void FT_Matrix_Multiply(const(FT_Matrix)* , FT_Matrix* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.