#define open
Definition acwin.h:179
#define FT_EXPORT(x)
Definition ftconfig.h:481
FT_Stroker_Export(FT_Stroker stroker, FT_Outline *outline)
FT_Stroker_LineCap_
Definition ftstroke.h:170
@ FT_STROKER_LINECAP_ROUND
Definition ftstroke.h:172
@ FT_STROKER_LINECAP_BUTT
Definition ftstroke.h:171
@ FT_STROKER_LINECAP_SQUARE
Definition ftstroke.h:173
FT_Stroker_LineTo(FT_Stroker stroker, FT_Vector *to)
FT_Stroker_Rewind(FT_Stroker stroker)
FT_Outline_GetInsideBorder(FT_Outline *outline)
FT_Stroker_GetBorderCounts(FT_Stroker stroker, FT_StrokerBorder border, FT_UInt *anum_points, FT_UInt *anum_contours)
FT_Stroker_GetCounts(FT_Stroker stroker, FT_UInt *anum_points, FT_UInt *anum_contours)
FT_StrokerBorder_
Definition ftstroke.h:204
@ FT_STROKER_BORDER_RIGHT
Definition ftstroke.h:206
@ FT_STROKER_BORDER_LEFT
Definition ftstroke.h:205
enum FT_Stroker_LineCap_ FT_Stroker_LineCap
FT_Stroker_Done(FT_Stroker stroker)
FT_Stroker_LineJoin_
Definition ftstroke.h:139
@ FT_STROKER_LINEJOIN_MITER
Definition ftstroke.h:143
@ FT_STROKER_LINEJOIN_MITER_FIXED
Definition ftstroke.h:144
@ FT_STROKER_LINEJOIN_BEVEL
Definition ftstroke.h:141
@ FT_STROKER_LINEJOIN_MITER_VARIABLE
Definition ftstroke.h:142
@ FT_STROKER_LINEJOIN_ROUND
Definition ftstroke.h:140
FT_Stroker_CubicTo(FT_Stroker stroker, FT_Vector *control1, FT_Vector *control2, FT_Vector *to)
FT_Outline_GetOutsideBorder(FT_Outline *outline)
FT_Stroker_New(FT_Library library, FT_Stroker *astroker)
FT_Stroker_BeginSubPath(FT_Stroker stroker, FT_Vector *to, FT_Bool open)
FT_Stroker_ConicTo(FT_Stroker stroker, FT_Vector *control, FT_Vector *to)
FT_Stroker_EndSubPath(FT_Stroker stroker)
FT_Glyph_Stroke(FT_Glyph *pglyph, FT_Stroker stroker, FT_Bool destroy)
FT_Stroker_ParseOutline(FT_Stroker stroker, FT_Outline *outline, FT_Bool opened)
FT_Glyph_StrokeBorder(FT_Glyph *pglyph, FT_Stroker stroker, FT_Bool inside, FT_Bool destroy)
enum FT_StrokerBorder_ FT_StrokerBorder
typedefFT_BEGIN_HEADER struct FT_StrokerRec_ * FT_Stroker
Definition ftstroke.h:92
enum FT_Stroker_LineJoin_ FT_Stroker_LineJoin
FT_Stroker_Set(FT_Stroker stroker, FT_Fixed radius, FT_Stroker_LineCap line_cap, FT_Stroker_LineJoin line_join, FT_Fixed miter_limit)
FT_Stroker_ExportBorder(FT_Stroker stroker, FT_StrokerBorder border, FT_Outline *outline)
FT_BEGIN_HEADER typedef unsigned char FT_Bool
Definition fttypes.h:108
signed long FT_Fixed
Definition fttypes.h:287
int FT_Error
Definition fttypes.h:299
unsigned int FT_UInt
Definition fttypes.h:231