ReactOS 0.4.16-dev-303-g11d5cb8
|
#include <ftgloadr.h>
Public Attributes | |
FT_Outline | outline |
FT_Vector * | extra_points |
FT_Vector * | extra_points2 |
FT_UInt | num_subglyphs |
FT_SubGlyph | subglyphs |
Definition at line 50 of file ftgloadr.h.
FT_Vector* FT_GlyphLoadRec_::extra_points |
Definition at line 53 of file ftgloadr.h.
Referenced by FT_GlyphLoader_Adjust_Points().
FT_Vector* FT_GlyphLoadRec_::extra_points2 |
Definition at line 54 of file ftgloadr.h.
Referenced by FT_GlyphLoader_Adjust_Points().
FT_UInt FT_GlyphLoadRec_::num_subglyphs |
Definition at line 55 of file ftgloadr.h.
Referenced by load_truetype_glyph(), TT_Load_Composite_Glyph(), and TT_Load_Glyph().
FT_Outline FT_GlyphLoadRec_::outline |
Definition at line 52 of file ftgloadr.h.
Referenced by af_loader_load_glyph(), cff_builder_init(), FT_GlyphLoader_Adjust_Points(), load_truetype_glyph(), pfr_glyph_close_contour(), pfr_glyph_curve_to(), pfr_glyph_line_to(), pfr_glyph_load_rec(), t1_builder_init(), TT_Hint_Glyph(), TT_Load_Glyph(), TT_Load_Simple_Glyph(), TT_Process_Composite_Component(), TT_Process_Composite_Glyph(), and TT_Process_Simple_Glyph().
FT_SubGlyph FT_GlyphLoadRec_::subglyphs |
Definition at line 56 of file ftgloadr.h.
Referenced by load_truetype_glyph(), TT_Load_Composite_Glyph(), and TT_Load_Glyph().