bindbc.freetype.bind.ftstroke

Undocumented in source.

Members

Aliases

FT_Stroker
alias FT_Stroker = FT_StrokerRec*
Undocumented in source.
FT_StrokerBorder
alias FT_StrokerBorder = int
Undocumented in source.
FT_Stroker_LineCap
alias FT_Stroker_LineCap = int
Undocumented in source.
FT_Stroker_LineJoin
alias FT_Stroker_LineJoin = int
Undocumented in source.
pFT_Glyph_Stroke
alias pFT_Glyph_Stroke = FT_Error function(FT_Glyph* pglyph, FT_Stroker stroker, FT_Bool destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Glyph_StrokeBorder
alias pFT_Glyph_StrokeBorder = FT_Error function(FT_Glyph* pglyph, FT_Stroker stroker, FT_Bool inside, FT_Bool destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Outline_GetInsideBorder
alias pFT_Outline_GetInsideBorder = FT_StrokerBorder 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_GetOutsideBorder
alias pFT_Outline_GetOutsideBorder = FT_StrokerBorder 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_Stroker_BeginSubPath
alias pFT_Stroker_BeginSubPath = FT_Error function(FT_Stroker stroker, FT_Vector* to, FT_Bool open)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Stroker_ConicTo
alias pFT_Stroker_ConicTo = FT_Error function(FT_Stroker stroker, FT_Vector* control, FT_Vector* to)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Stroker_CubicTo
alias pFT_Stroker_CubicTo = FT_Error function(FT_Stroker stroker, FT_Vector* control1, FT_Vector* control2, FT_Vector* to)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Stroker_Done
alias pFT_Stroker_Done = void function(FT_Stroker stroker)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Stroker_EndSubPath
alias pFT_Stroker_EndSubPath = FT_Error function(FT_Stroker stroker)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Stroker_Export
alias pFT_Stroker_Export = void function(FT_Stroker stroker, 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_Stroker_ExportBorder
alias pFT_Stroker_ExportBorder = void function(FT_Stroker stroker, FT_StrokerBorder border, 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_Stroker_GetBorderCounts
alias pFT_Stroker_GetBorderCounts = FT_Error function(FT_Stroker stroker, FT_StrokerBorder border, FT_UInt* anum_points, FT_UInt* anum_contours)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Stroker_GetCounts
alias pFT_Stroker_GetCounts = FT_Error function(FT_Stroker stroker, FT_UInt* anum_points, FT_UInt* anum_contours)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Stroker_LineTo
alias pFT_Stroker_LineTo = FT_Error function(FT_Stroker stroker, FT_Vector* to)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Stroker_New
alias pFT_Stroker_New = FT_Error function(FT_Library library, FT_Stroker* astroker)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Stroker_ParseOutline
alias pFT_Stroker_ParseOutline = FT_Error function(FT_Stroker stroker, FT_Outline* outline, FT_Bool opened)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Stroker_Rewind
alias pFT_Stroker_Rewind = void function(FT_Stroker stroker)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pFT_Stroker_Set
alias pFT_Stroker_Set = void function(FT_Stroker stroker, FT_Fixed radius, FT_Stroker_LineCap line_cap, FT_Stroker_LineJoin line_join, FT_Fixed miter_limit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

FT_STROKER_BORDER_LEFT
anonymousenum FT_STROKER_BORDER_LEFT
Undocumented in source.
FT_STROKER_LINECAP_BUTT
anonymousenum FT_STROKER_LINECAP_BUTT
Undocumented in source.
FT_STROKER_LINEJOIN_ROUND
anonymousenum FT_STROKER_LINEJOIN_ROUND
Undocumented in source.

Functions

FT_Glyph_Stroke
FT_Error FT_Glyph_Stroke(FT_Glyph* pglyph, FT_Stroker stroker, FT_Bool destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Glyph_StrokeBorder
FT_Error FT_Glyph_StrokeBorder(FT_Glyph* pglyph, FT_Stroker stroker, FT_Bool inside, FT_Bool destroy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Outline_GetInsideBorder
FT_StrokerBorder FT_Outline_GetInsideBorder(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_GetOutsideBorder
FT_StrokerBorder FT_Outline_GetOutsideBorder(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_Stroker_BeginSubPath
FT_Error FT_Stroker_BeginSubPath(FT_Stroker stroker, FT_Vector* to, FT_Bool open)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Stroker_ConicTo
FT_Error FT_Stroker_ConicTo(FT_Stroker stroker, FT_Vector* control, FT_Vector* to)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Stroker_CubicTo
FT_Error FT_Stroker_CubicTo(FT_Stroker stroker, FT_Vector* control1, FT_Vector* control2, FT_Vector* to)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Stroker_Done
void FT_Stroker_Done(FT_Stroker stroker)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Stroker_EndSubPath
FT_Error FT_Stroker_EndSubPath(FT_Stroker stroker)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Stroker_Export
void FT_Stroker_Export(FT_Stroker stroker, 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_Stroker_ExportBorder
void FT_Stroker_ExportBorder(FT_Stroker stroker, FT_StrokerBorder border, 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_Stroker_GetBorderCounts
FT_Error FT_Stroker_GetBorderCounts(FT_Stroker stroker, FT_StrokerBorder border, FT_UInt* anum_points, FT_UInt* anum_contours)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Stroker_GetCounts
FT_Error FT_Stroker_GetCounts(FT_Stroker stroker, FT_UInt* anum_points, FT_UInt* anum_contours)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Stroker_LineTo
FT_Error FT_Stroker_LineTo(FT_Stroker stroker, FT_Vector* to)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Stroker_New
FT_Error FT_Stroker_New(FT_Library library, FT_Stroker* astroker)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Stroker_ParseOutline
FT_Error FT_Stroker_ParseOutline(FT_Stroker stroker, FT_Outline* outline, FT_Bool opened)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Stroker_Rewind
void FT_Stroker_Rewind(FT_Stroker stroker)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FT_Stroker_Set
void FT_Stroker_Set(FT_Stroker stroker, FT_Fixed radius, FT_Stroker_LineCap line_cap, FT_Stroker_LineJoin line_join, FT_Fixed miter_limit)
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_Glyph_Stroke
pFT_Glyph_Stroke FT_Glyph_Stroke;
Undocumented in source.
FT_Glyph_StrokeBorder
pFT_Glyph_StrokeBorder FT_Glyph_StrokeBorder;
Undocumented in source.
FT_Outline_GetInsideBorder
pFT_Outline_GetInsideBorder FT_Outline_GetInsideBorder;
Undocumented in source.
FT_Outline_GetOutsideBorder
pFT_Outline_GetOutsideBorder FT_Outline_GetOutsideBorder;
Undocumented in source.
FT_Stroker_BeginSubPath
pFT_Stroker_BeginSubPath FT_Stroker_BeginSubPath;
Undocumented in source.
FT_Stroker_ConicTo
pFT_Stroker_ConicTo FT_Stroker_ConicTo;
Undocumented in source.
FT_Stroker_CubicTo
pFT_Stroker_CubicTo FT_Stroker_CubicTo;
Undocumented in source.
FT_Stroker_Done
pFT_Stroker_Done FT_Stroker_Done;
Undocumented in source.
FT_Stroker_EndSubPath
pFT_Stroker_EndSubPath FT_Stroker_EndSubPath;
Undocumented in source.
FT_Stroker_Export
pFT_Stroker_Export FT_Stroker_Export;
Undocumented in source.
FT_Stroker_ExportBorder
pFT_Stroker_ExportBorder FT_Stroker_ExportBorder;
Undocumented in source.
FT_Stroker_GetBorderCounts
pFT_Stroker_GetBorderCounts FT_Stroker_GetBorderCounts;
Undocumented in source.
FT_Stroker_GetCounts
pFT_Stroker_GetCounts FT_Stroker_GetCounts;
Undocumented in source.
FT_Stroker_LineTo
pFT_Stroker_LineTo FT_Stroker_LineTo;
Undocumented in source.
FT_Stroker_New
pFT_Stroker_New FT_Stroker_New;
Undocumented in source.
FT_Stroker_ParseOutline
pFT_Stroker_ParseOutline FT_Stroker_ParseOutline;
Undocumented in source.
FT_Stroker_Rewind
pFT_Stroker_Rewind FT_Stroker_Rewind;
Undocumented in source.
FT_Stroker_Set
pFT_Stroker_Set FT_Stroker_Set;
Undocumented in source.

Structs

FT_StrokerRec
struct FT_StrokerRec
Undocumented in source.

Meta