ReactOS 0.4.16-dev-91-g764881a
|
#include <pfrtypes.h>
Public Attributes | |
FT_Byte | format |
FT_UInt | max_xy_control |
FT_Pos * | x_control |
FT_Pos * | y_control |
FT_UInt | num_subs |
FT_UInt | max_subs |
PFR_SubGlyphRec * | subs |
FT_GlyphLoader | loader |
FT_Bool | path_begun |
Definition at line 304 of file pfrtypes.h.
FT_Byte PFR_GlyphRec_::format |
Definition at line 306 of file pfrtypes.h.
FT_GlyphLoader PFR_GlyphRec_::loader |
Definition at line 321 of file pfrtypes.h.
Referenced by pfr_glyph_close_contour(), pfr_glyph_curve_to(), pfr_glyph_end(), pfr_glyph_line_to(), pfr_glyph_load_compound(), pfr_glyph_load_rec(), pfr_glyph_load_simple(), and pfr_glyph_move_to().
FT_UInt PFR_GlyphRec_::max_subs |
Definition at line 318 of file pfrtypes.h.
Referenced by pfr_glyph_load_compound().
FT_UInt PFR_GlyphRec_::max_xy_control |
Definition at line 312 of file pfrtypes.h.
Referenced by pfr_glyph_load_simple().
FT_UInt PFR_GlyphRec_::num_subs |
Definition at line 317 of file pfrtypes.h.
Referenced by pfr_glyph_load_compound(), and pfr_glyph_load_rec().
FT_Bool PFR_GlyphRec_::path_begun |
Definition at line 322 of file pfrtypes.h.
Referenced by pfr_glyph_close_contour(), pfr_glyph_curve_to(), pfr_glyph_line_to(), pfr_glyph_move_to(), and pfr_glyph_start().
PFR_SubGlyphRec* PFR_GlyphRec_::subs |
Definition at line 319 of file pfrtypes.h.
Referenced by pfr_glyph_load_compound(), and pfr_glyph_load_rec().
FT_Pos* PFR_GlyphRec_::x_control |
Definition at line 313 of file pfrtypes.h.
Referenced by pfr_glyph_load_simple().
FT_Pos* PFR_GlyphRec_::y_control |
Definition at line 314 of file pfrtypes.h.
Referenced by pfr_glyph_load_simple().