- FT_Glyph_Format
alias FT_Glyph_Format = FT_Tag
Undocumented in source.
- FT_Outline_ConicToFunc
alias FT_Outline_ConicToFunc = int function(const(FT_Vector)*, const(FT_Vector)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Outline_CubicToFunc
alias FT_Outline_CubicToFunc = int function(const(FT_Vector)*, const(FT_Vector)*, const(FT_Vector)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Outline_LineToFunc
alias FT_Outline_LineToFunc = int function(const(FT_Vector)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Outline_MoveToFunc
alias FT_Outline_MoveToFunc = int function(const(FT_Vector)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Pixel_Mode
alias FT_Pixel_Mode = int
Undocumented in source.
- FT_Pos
alias FT_Pos = c_long
Undocumented in source.
- FT_Raster
alias FT_Raster = FT_RasterRec*
Undocumented in source.
- FT_Raster_DoneFunc
alias FT_Raster_DoneFunc = void function(FT_Raster)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Raster_NewFunc
alias FT_Raster_NewFunc = int function(void*, FT_Raster*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Raster_RenderFunc
alias FT_Raster_RenderFunc = int function(FT_Raster, FT_Raster_Params*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Raster_ResetFunc
alias FT_Raster_ResetFunc = void function(FT_Raster, ubyte*, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Raster_SetModeFunc
alias FT_Raster_SetModeFunc = int function(FT_Raster, uint, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_SpanFunc
alias FT_SpanFunc = void function(int, int, FT_Span*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.