ft.outline

Undocumented in source.

Members

Enums

FT_Orientation
enum FT_Orientation
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

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)* source, 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_Done_Internal
FT_Error FT_Outline_Done_Internal(FT_Memory memory, 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* acbox)
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_New_Internal
FT_Error FT_Outline_New_Internal(FT_Memory memory, 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.

Manifest constants

FT_ORIENTATION_FILL_LEFT
enum FT_ORIENTATION_FILL_LEFT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_ORIENTATION_FILL_RIGHT
enum FT_ORIENTATION_FILL_RIGHT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_ORIENTATION_NONE
enum FT_ORIENTATION_NONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_ORIENTATION_POSTSCRIPT
enum FT_ORIENTATION_POSTSCRIPT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_ORIENTATION_TRUETYPE
enum FT_ORIENTATION_TRUETYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta