bindbc.freetype.bind.ftbitmap

Undocumented in source.

Members

Aliases

pFT_Bitmap_Blend
alias pFT_Bitmap_Blend = FT_Error function(FT_Library library, const(FT_Bitmap)* source, const(FT_Vector) source_offset, FT_Bitmap* target, FT_Vector* atarget_offset, FT_Color color)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Bitmap_Convert
alias pFT_Bitmap_Convert = FT_Error function(FT_Library library, const(FT_Bitmap)* source, FT_Bitmap* target, FT_Int alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Bitmap_Copy
alias pFT_Bitmap_Copy = FT_Error function(FT_Library library, const(FT_Bitmap)* source, FT_Bitmap* target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Bitmap_Done
alias pFT_Bitmap_Done = FT_Error function(FT_Library library, FT_Bitmap* bitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Bitmap_Embolden
alias pFT_Bitmap_Embolden = FT_Error function(FT_Library library, FT_Bitmap* bitmap, FT_Pos xStrength, FT_Pos yStrength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Bitmap_Init
alias pFT_Bitmap_Init = void function(FT_Bitmap* abitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_GlyphSlot_Own_Bitmap
alias pFT_GlyphSlot_Own_Bitmap = FT_Error function(FT_GlyphSlot slot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

FT_Bitmap_Blend
FT_Error FT_Bitmap_Blend(FT_Library library, const(FT_Bitmap)* source, const(FT_Vector) source_offset, FT_Bitmap* target, FT_Vector* atarget_offset, FT_Color color)
Undocumented in source.
FT_Bitmap_Convert
FT_Error FT_Bitmap_Convert(FT_Library library, const(FT_Bitmap)* source, FT_Bitmap* target, FT_Int alignment)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Bitmap_Copy
FT_Error FT_Bitmap_Copy(FT_Library library, const(FT_Bitmap)* source, FT_Bitmap* target)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Bitmap_Done
FT_Error FT_Bitmap_Done(FT_Library library, FT_Bitmap* bitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Bitmap_Embolden
FT_Error FT_Bitmap_Embolden(FT_Library library, FT_Bitmap* bitmap, FT_Pos xStrength, FT_Pos yStrength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Bitmap_Init
void FT_Bitmap_Init(FT_Bitmap* abitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_GlyphSlot_Own_Bitmap
FT_Error FT_GlyphSlot_Own_Bitmap(FT_GlyphSlot slot)
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_Bitmap_Blend
pFT_Bitmap_Blend FT_Bitmap_Blend;
Undocumented in source.
FT_Bitmap_Convert
pFT_Bitmap_Convert FT_Bitmap_Convert;
Undocumented in source.
FT_Bitmap_Copy
pFT_Bitmap_Copy FT_Bitmap_Copy;
Undocumented in source.
FT_Bitmap_Done
pFT_Bitmap_Done FT_Bitmap_Done;
Undocumented in source.
FT_Bitmap_Embolden
pFT_Bitmap_Embolden FT_Bitmap_Embolden;
Undocumented in source.
FT_Bitmap_Init
pFT_Bitmap_Init FT_Bitmap_Init;
Undocumented in source.
FT_GlyphSlot_Own_Bitmap
pFT_GlyphSlot_Own_Bitmap FT_GlyphSlot_Own_Bitmap;
Undocumented in source.

Meta