- 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*, FT_Stroker, FT_Bool)
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*, FT_Stroker, FT_Bool, FT_Bool)
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*)
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*)
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, FT_Vector*, FT_Bool)
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, FT_Vector*, FT_Vector*)
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, FT_Vector*, FT_Vector*, FT_Vector*)
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)
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)
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, 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_Stroker_ExportBorder
alias pFT_Stroker_ExportBorder = void function(FT_Stroker, FT_StrokerBorder, 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_Stroker_GetBorderCounts
alias pFT_Stroker_GetBorderCounts = FT_Error function(FT_Stroker, FT_StrokerBorder, FT_UInt*, FT_UInt*)
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, FT_UInt*, FT_UInt*)
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, FT_Vector*)
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_Memory, FT_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_ParseOutline
alias pFT_Stroker_ParseOutline = FT_Error function(FT_Stroker, FT_Outline*, FT_Bool)
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)
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, FT_Fixed, FT_Stroker_LineCap, FT_Stroker_LineJoin, FT_Fixed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- FT_Glyph_Stroke
FT_Error FT_Glyph_Stroke(FT_Glyph* , FT_Stroker , FT_Bool )
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* , FT_Stroker , FT_Bool , FT_Bool )
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* )
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* )
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 , FT_Vector* , FT_Bool )
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 , FT_Vector* , FT_Vector* )
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 , FT_Vector* , FT_Vector* , FT_Vector* )
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 )
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 )
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 , 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_Stroker_ExportBorder
void FT_Stroker_ExportBorder(FT_Stroker , FT_StrokerBorder , 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_Stroker_GetBorderCounts
FT_Error FT_Stroker_GetBorderCounts(FT_Stroker , FT_StrokerBorder , FT_UInt* , FT_UInt* )
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 , FT_UInt* , FT_UInt* )
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 , FT_Vector* )
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_Memory , FT_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_ParseOutline
FT_Error FT_Stroker_ParseOutline(FT_Stroker , FT_Outline* , FT_Bool )
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 )
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 , FT_Fixed , FT_Stroker_LineCap , FT_Stroker_LineJoin , FT_Fixed )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- 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.