ReactOS 0.4.16-dev-522-gb68104a
|
#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 531 of file ftoutln.h.
FT_Outline_Check | ( | FT_Outline * | outline | ) |
Definition at line 357 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 402 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 51 of file ftoutln.c.
Referenced by FT_DEFINE_OUTLINE_FUNCS(), if(), and TestFace().
FT_Outline_Done | ( | FT_Library | library, |
FT_Outline * | outline | ||
) |
Definition at line 463 of file ftoutln.c.
Referenced by FT_Glyph_Stroke(), FT_Glyph_StrokeBorder(), and ft_outline_glyph_done().
FT_Outline_Done_Internal | ( | FT_Memory | memory, |
FT_Outline * | outline | ||
) |
Definition at line 439 of file ftoutln.c.
Referenced by FT_Outline_Done(), and FT_Outline_New_Internal().
FT_Outline_Embolden | ( | FT_Outline * | outline, |
FT_Pos | strength | ||
) |
Definition at line 899 of file ftoutln.c.
FT_Outline_EmboldenXY | ( | FT_Outline * | outline, |
FT_Pos | xstrength, | ||
FT_Pos | ystrength | ||
) |
Definition at line 909 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 661 of file ftoutln.c.
Referenced by ftGdiGetGlyphOutline().
FT_Outline_Get_CBox | ( | const FT_Outline * | outline, |
FT_BBox * | acbox | ||
) |
Definition at line 478 of file ftoutln.c.
Referenced by af_loader_load_glyph(), cff_slot_load(), cid_slot_load_glyph(), compute_glyph_metrics(), dump_outline(), ft_glyphslot_preset_bitmap(), FT_Outline_Get_Orientation(), ft_outline_glyph_bbox(), ft_raster1_get_cbox(), ft_smooth_get_cbox(), gray_raster_render(), pfr_slot_load(), profile_outline(), and T1_Load_Glyph().
FT_Outline_Get_Orientation | ( | FT_Outline * | outline | ) |
Definition at line 1044 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 341 of file ftoutln.c.
Referenced by FT_DEFINE_GLYPH(), FT_Glyph_Stroke(), FT_Glyph_StrokeBorder(), and ft_outline_glyph_copy().
FT_Outline_New_Internal | ( | FT_Memory | memory, |
FT_UInt | numPoints, | ||
FT_Int | numContours, | ||
FT_Outline * | anoutline | ||
) |
Definition at line 299 of file ftoutln.c.
Referenced by FT_Outline_New().
FT_Outline_Render | ( | FT_Library | library, |
FT_Outline * | outline, | ||
FT_Raster_Params * | params | ||
) |
Definition at line 614 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 711 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 528 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().