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 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.

Enums

FT_GLYPH_BBOX_UNSCALED
anonymousenum FT_GLYPH_BBOX_UNSCALED
Undocumented in source.

Functions

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.

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.
FT_New_Glyph
pFT_New_Glyph FT_New_Glyph;
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