|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ft2build.h>
Go to the source code of this file.
Typedefs | |
| typedef enum FT_Orientation_ | FT_Orientation |
Enumerations | |
| enum | FT_Orientation_ { FT_ORIENTATION_TRUETYPE = 0 , FT_ORIENTATION_POSTSCRIPT = 1 , FT_ORIENTATION_FILL_RIGHT = FT_ORIENTATION_TRUETYPE , FT_ORIENTATION_FILL_LEFT = FT_ORIENTATION_POSTSCRIPT , FT_ORIENTATION_NONE } |
| typedef enum FT_Orientation_ FT_Orientation |
| Enumerator | |
|---|---|
| FT_ORIENTATION_TRUETYPE | |
| FT_ORIENTATION_POSTSCRIPT | |
| FT_ORIENTATION_FILL_RIGHT | |
| FT_ORIENTATION_FILL_LEFT | |
| FT_ORIENTATION_NONE | |
Definition at line 541 of file ftoutln.h.
| FT_Outline_Check | ( | FT_Outline * | outline | ) |
Definition at line 343 of file ftoutln.c.
Referenced by FT_Load_Glyph(), and ft_stroke_border_export().
| FT_Outline_Copy | ( | const FT_Outline * | source, |
| FT_Outline * | target | ||
| ) |
Definition at line 388 of file ftoutln.c.
Referenced by FT_DEFINE_GLYPH(), and ft_outline_glyph_copy().
| FT_BEGIN_HEADER FT_Outline_Decompose | ( | FT_Outline * | outline, |
| const FT_Outline_Funcs * | func_interface, | ||
| void * | user | ||
| ) |
Definition at line 44 of file ftoutln.c.
Referenced by if().
| FT_Outline_Done | ( | FT_Library | library, |
| FT_Outline * | outline | ||
| ) |
Definition at line 427 of file ftoutln.c.
Referenced by FT_Glyph_Stroke(), FT_Glyph_StrokeBorder(), ft_outline_glyph_done(), and FT_Outline_New().
| FT_Outline_Embolden | ( | FT_Outline * | outline, |
| FT_Pos | strength | ||
| ) |
Definition at line 886 of file ftoutln.c.
| FT_Outline_EmboldenXY | ( | FT_Outline * | outline, |
| FT_Pos | xstrength, | ||
| FT_Pos | ystrength | ||
| ) |
Definition at line 896 of file ftoutln.c.
Referenced by af_loader_embolden_glyph_in_slot(), FT_GlyphSlot_Embolden(), FT_Outline_Embolden(), TT_Hint_Glyph(), and TT_Process_Simple_Glyph().
| FT_Outline_Get_Bitmap | ( | FT_Library | library, |
| FT_Outline * | outline, | ||
| const FT_Bitmap * | abitmap | ||
| ) |
Definition at line 648 of file ftoutln.c.
Referenced by ftGdiGetGlyphOutline().
| FT_Outline_Get_CBox | ( | const FT_Outline * | outline, |
| FT_BBox * | acbox | ||
| ) |
Definition at line 459 of file ftoutln.c.
Referenced by af_loader_load_glyph(), cff_slot_load(), cid_slot_load_glyph(), compute_glyph_metrics(), ft_glyphslot_preset_bitmap(), FT_Outline_Get_Orientation(), ft_outline_glyph_bbox(), FT_Outline_Render(), ft_raster1_get_cbox(), ft_smooth_get_cbox(), pfr_slot_load(), and T1_Load_Glyph().
| FT_Outline_Get_Orientation | ( | FT_Outline * | outline | ) |
Definition at line 1031 of file ftoutln.c.
Referenced by af_glyph_hints_reload(), FT_Outline_EmboldenXY(), FT_Outline_GetInsideBorder(), and FT_Outline_GetOutsideBorder().
| FT_Outline_New | ( | FT_Library | library, |
| FT_UInt | numPoints, | ||
| FT_Int | numContours, | ||
| FT_Outline * | anoutline | ||
| ) |
Definition at line 295 of file ftoutln.c.
Referenced by FT_DEFINE_GLYPH(), FT_Glyph_Stroke(), FT_Glyph_StrokeBorder(), and ft_outline_glyph_copy().
| FT_Outline_Render | ( | FT_Library | library, |
| FT_Outline * | outline, | ||
| FT_Raster_Params * | params | ||
| ) |
Definition at line 595 of file ftoutln.c.
Referenced by FT_Outline_Get_Bitmap().
| FT_Outline_Reverse | ( | FT_Outline * | outline | ) |
| FT_Outline_Transform | ( | const FT_Outline * | outline, |
| const FT_Matrix * | matrix | ||
| ) |
Definition at line 698 of file ftoutln.c.
Referenced by af_loader_embolden_glyph_in_slot(), af_loader_load_glyph(), cff_slot_load(), cid_slot_load_glyph(), FT_GlyphSlot_Oblique(), FT_Load_Glyph(), ft_outline_glyph_transform(), ft_raster1_transform(), ft_smooth_transform(), ftGdiGetGlyphOutline(), pfr_slot_load(), T1_Load_Glyph(), and TT_Process_Composite_Component().
| FT_Outline_Translate | ( | const FT_Outline * | outline, |
| FT_Pos | xOffset, | ||
| FT_Pos | yOffset | ||
| ) |
Definition at line 509 of file ftoutln.c.
Referenced by af_loader_load_glyph(), cff_slot_load(), cid_slot_load_glyph(), FT_Load_Glyph(), ft_outline_glyph_transform(), ft_raster1_render(), ft_raster1_transform(), ft_smooth_render_generic(), ft_smooth_transform(), ftGdiGetGlyphOutline(), T1_Load_Glyph(), TT_Load_Glyph(), and TT_Process_Composite_Component().