- FT_Orientation
alias FT_Orientation = int
Undocumented in source.
- pFT_Outline_Check
alias pFT_Outline_Check = FT_Error function(FT_Outline*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Outline_Copy
alias pFT_Outline_Copy = FT_Error function(const(FT_Outline)*, FT_Outline*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Outline_Decompose
alias pFT_Outline_Decompose = FT_Error function(FT_Outline*, const(FT_Outline_Funcs)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Outline_Done
alias pFT_Outline_Done = FT_Error function(FT_Library, FT_Outline*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Outline_Embolden
alias pFT_Outline_Embolden = FT_Error function(FT_Outline*, FT_Pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Outline_EmboldenXY
alias pFT_Outline_EmboldenXY = FT_Error function(FT_Outline*, FT_Pos, FT_Pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Outline_Get_Bitmap
alias pFT_Outline_Get_Bitmap = FT_Error function(FT_Library, FT_Outline*, const(FT_Bitmap)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Outline_Get_CBox
alias pFT_Outline_Get_CBox = void function(const(FT_Outline)*, 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_Outline_Get_Orientation
alias pFT_Outline_Get_Orientation = FT_Orientation function(FT_Outline*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Outline_New
alias pFT_Outline_New = FT_Error function(FT_Library, FT_UInt, FT_Int, FT_Outline*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Outline_Render
alias pFT_Outline_Render = FT_Error function(FT_Library, FT_Outline*, 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.
- pFT_Outline_Reverse
alias pFT_Outline_Reverse = void function(FT_Outline*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- pFT_Outline_Transform
alias pFT_Outline_Transform = void function(const(FT_Outline)*, const(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_Outline_Translate
alias pFT_Outline_Translate = void function(const(FT_Outline)*, FT_Pos, FT_Pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Outline_Check
FT_Error FT_Outline_Check(FT_Outline* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Outline_Copy
FT_Error FT_Outline_Copy(const(FT_Outline)* , FT_Outline* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Outline_Decompose
FT_Error FT_Outline_Decompose(FT_Outline* , const(FT_Outline_Funcs)* , 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_Done
FT_Error FT_Outline_Done(FT_Library , FT_Outline* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Outline_Embolden
FT_Error FT_Outline_Embolden(FT_Outline* , FT_Pos )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Outline_EmboldenXY
FT_Error FT_Outline_EmboldenXY(FT_Outline* , FT_Pos , FT_Pos )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Outline_Get_Bitmap
FT_Error FT_Outline_Get_Bitmap(FT_Library , FT_Outline* , const(FT_Bitmap)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Outline_Get_CBox
void FT_Outline_Get_CBox(const(FT_Outline)* , 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_Outline_Get_Orientation
FT_Orientation FT_Outline_Get_Orientation(FT_Outline* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Outline_New
FT_Error FT_Outline_New(FT_Library , FT_UInt , FT_Int , FT_Outline* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Outline_Render
FT_Error FT_Outline_Render(FT_Library , FT_Outline* , 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_Outline_Reverse
void FT_Outline_Reverse(FT_Outline* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Outline_Transform
void FT_Outline_Transform(const(FT_Outline)* , const(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_Outline_Translate
void FT_Outline_Translate(const(FT_Outline)* , FT_Pos , FT_Pos )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Outline_Check
pFT_Outline_Check FT_Outline_Check;
Undocumented in source.
- FT_Outline_Copy
pFT_Outline_Copy FT_Outline_Copy;
Undocumented in source.
- FT_Outline_Decompose
pFT_Outline_Decompose FT_Outline_Decompose;
Undocumented in source.
- FT_Outline_Done
pFT_Outline_Done FT_Outline_Done;
Undocumented in source.
- FT_Outline_Embolden
pFT_Outline_Embolden FT_Outline_Embolden;
Undocumented in source.
- FT_Outline_EmboldenXY
pFT_Outline_EmboldenXY FT_Outline_EmboldenXY;
Undocumented in source.
- FT_Outline_Get_Bitmap
pFT_Outline_Get_Bitmap FT_Outline_Get_Bitmap;
Undocumented in source.
- FT_Outline_Get_CBox
pFT_Outline_Get_CBox FT_Outline_Get_CBox;
Undocumented in source.
- FT_Outline_Get_Orientation
pFT_Outline_Get_Orientation FT_Outline_Get_Orientation;
Undocumented in source.
- FT_Outline_New
pFT_Outline_New FT_Outline_New;
Undocumented in source.
- FT_Outline_Render
pFT_Outline_Render FT_Outline_Render;
Undocumented in source.
- FT_Outline_Reverse
pFT_Outline_Reverse FT_Outline_Reverse;
Undocumented in source.
- FT_Outline_Transform
pFT_Outline_Transform FT_Outline_Transform;
Undocumented in source.
- FT_Outline_Translate
pFT_Outline_Translate FT_Outline_Translate;
Undocumented in source.