bindbc.freetype.bind.ftoutln

Undocumented in source.

Members

Aliases

FT_Orientation
alias FT_Orientation = int
Undocumented in source.
pFT_Outline_Check
alias pFT_Outline_Check = FT_Error function(FT_Outline* 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)* outline, FT_Outline* target)
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* outline, const(FT_Outline_Funcs)* func_interface, void* user)
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 library, FT_Outline* 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* outline, FT_Pos strength)
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* outline, 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_Outline_Get_Bitmap
alias pFT_Outline_Get_Bitmap = FT_Error function(FT_Library library, FT_Outline* outline, const(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_Outline_Get_CBox
alias pFT_Outline_Get_CBox = void function(const(FT_Outline)* outline, 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_Outline_Get_Orientation
alias pFT_Outline_Get_Orientation = FT_Orientation function(FT_Outline* 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 library, FT_UInt numPoints, FT_Int numContours, FT_Outline* anoutline)
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 library, FT_Outline* outline, FT_Raster_Params* 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* 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)* outline, const(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_Outline_Translate
alias pFT_Outline_Translate = void function(const(FT_Outline)* outline, FT_Pos xoffset, FT_Pos yoffset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

FT_ORIENTATION_TRUETYPE
anonymousenum FT_ORIENTATION_TRUETYPE
Undocumented in source.

Functions

FT_Outline_Check
FT_Error FT_Outline_Check(FT_Outline* 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)* outline, FT_Outline* target)
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* outline, const(FT_Outline_Funcs)* func_interface, void* user)
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 library, FT_Outline* 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* outline, FT_Pos strength)
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* outline, 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_Outline_Get_Bitmap
FT_Error FT_Outline_Get_Bitmap(FT_Library library, FT_Outline* outline, const(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_Outline_Get_CBox
void FT_Outline_Get_CBox(const(FT_Outline)* outline, FT_BBox* acboc)
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* 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 library, FT_UInt numPoints, FT_Int numContours, FT_Outline* anoutline)
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 library, FT_Outline* outline, FT_Raster_Params* 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* 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)* outline, const(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_Outline_Translate
void FT_Outline_Translate(const(FT_Outline)* outline, FT_Pos xoffset, FT_Pos yoffset)
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_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.

Meta