- 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 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 slot, FT_Glyph* aglyph)
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 source, FT_Glyph* target)
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 glyph, FT_UInt bbox_mode, FT_BBox* acbox)
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* the_glyph, FT_Render_Mode render_mode, FT_Vector* origin, FT_Bool destroy)
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 glyph, FT_Matrix* matrix, FT_Vector* delta)
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* 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)* a, FT_Matrix* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_New_Glyph
alias pFT_New_Glyph = FT_Error function(FT_Library library, FT_Glyph_Format format, FT_Glyph* aglyph)
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 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 slot, FT_Glyph* aglyph)
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 source, FT_Glyph* target)
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 glyph, FT_UInt bbox_mode, FT_BBox* acbox)
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* the_glyph, FT_Render_Mode render_mode, FT_Vector* origin, FT_Bool destroy)
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 glyph, FT_Matrix* matrix, FT_Vector* delta)
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* 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)* a, FT_Matrix* b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_New_Glyph
FT_Error FT_New_Glyph(FT_Library library, FT_Glyph_Format format, FT_Glyph* aglyph)
Undocumented in source.