bindbc.freetype.bind.ftglyph

Undocumented in source.

Members

Aliases

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.

Enums

FT_GLYPH_BBOX_UNSCALED
anonymousenum FT_GLYPH_BBOX_UNSCALED
Undocumented in source.

Functions

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.

Static variables

FT_Done_Glyph
pFT_Done_Glyph FT_Done_Glyph;
Undocumented in source.
FT_Get_Glyph
pFT_Get_Glyph FT_Get_Glyph;
Undocumented in source.
FT_Glyph_Copy
pFT_Glyph_Copy FT_Glyph_Copy;
Undocumented in source.
FT_Glyph_Get_CBox
pFT_Glyph_Get_CBox FT_Glyph_Get_CBox;
Undocumented in source.
FT_Glyph_To_Bitmap
pFT_Glyph_To_Bitmap FT_Glyph_To_Bitmap;
Undocumented in source.
FT_Glyph_Transform
pFT_Glyph_Transform FT_Glyph_Transform;
Undocumented in source.
FT_Matrix_Invert
pFT_Matrix_Invert FT_Matrix_Invert;
Undocumented in source.
FT_Matrix_Multiply
pFT_Matrix_Multiply FT_Matrix_Multiply;
Undocumented in source.

Structs

FT_BitmapGlyphRec
struct FT_BitmapGlyphRec
Undocumented in source.
FT_GlyphRec
struct FT_GlyphRec
Undocumented in source.
FT_OutlineGlyphRec
struct FT_OutlineGlyphRec
Undocumented in source.

Meta