Go to the source code of this file.
|
| FT_BEGIN_HEADER | FT_Outline_Decompose (FT_Outline *outline, const FT_Outline_Funcs *func_interface, void *user) |
| |
| | FT_Outline_New (FT_Library library, FT_UInt numPoints, FT_Int numContours, FT_Outline *anoutline) |
| |
| | FT_Outline_Done (FT_Library library, FT_Outline *outline) |
| |
| | FT_Outline_Check (FT_Outline *outline) |
| |
| | FT_Outline_Get_CBox (const FT_Outline *outline, FT_BBox *acbox) |
| |
| | FT_Outline_Translate (const FT_Outline *outline, FT_Pos xOffset, FT_Pos yOffset) |
| |
| | FT_Outline_Copy (const FT_Outline *source, FT_Outline *target) |
| |
| | FT_Outline_Transform (const FT_Outline *outline, const FT_Matrix *matrix) |
| |
| | FT_Outline_Embolden (FT_Outline *outline, FT_Pos strength) |
| |
| | FT_Outline_EmboldenXY (FT_Outline *outline, FT_Pos xstrength, FT_Pos ystrength) |
| |
| | FT_Outline_Reverse (FT_Outline *outline) |
| |
| | FT_Outline_Get_Bitmap (FT_Library library, FT_Outline *outline, const FT_Bitmap *abitmap) |
| |
| | FT_Outline_Render (FT_Library library, FT_Outline *outline, FT_Raster_Params *params) |
| |
| | FT_Outline_Get_Orientation (FT_Outline *outline) |
| |
◆ FT_Orientation
◆ FT_Orientation_
| Enumerator |
|---|
| FT_ORIENTATION_TRUETYPE | |
| FT_ORIENTATION_POSTSCRIPT | |
| FT_ORIENTATION_FILL_RIGHT | |
| FT_ORIENTATION_FILL_LEFT | |
| FT_ORIENTATION_NONE | |
◆ FT_Outline_Check()
◆ FT_Outline_Copy()
◆ FT_Outline_Decompose()
◆ FT_Outline_Done()
◆ FT_Outline_Embolden()
◆ FT_Outline_EmboldenXY()
◆ FT_Outline_Get_Bitmap()
◆ FT_Outline_Get_CBox()
◆ FT_Outline_Get_Orientation()
| FT_Outline_Get_Orientation |
( |
FT_Outline * |
outline | ) |
|
◆ FT_Outline_New()
◆ FT_Outline_Render()
◆ FT_Outline_Reverse()
◆ FT_Outline_Transform()
◆ FT_Outline_Translate()