ReactOS 0.4.16-dev-61-ge128cbc
|
#include <ftimage.h>
Public Attributes | |
short | n_contours |
short | n_points |
FT_Vector * | points |
char * | tags |
short * | contours |
int | flags |
short* FT_Outline_::contours |
Definition at line 341 of file ftimage.h.
Referenced by TT_Load_Simple_Glyph().
int FT_Outline_::flags |
Definition at line 343 of file ftimage.h.
Referenced by TT_Load_Glyph().
short FT_Outline_::n_contours |
Definition at line 336 of file ftimage.h.
Referenced by ftc_inode_weight(), and load_truetype_glyph().
short FT_Outline_::n_points |
Definition at line 337 of file ftimage.h.
Referenced by ftc_inode_weight(), load_truetype_glyph(), and TT_Process_Composite_Component().
FT_Vector* FT_Outline_::points |
Definition at line 339 of file ftimage.h.
Referenced by pfr_glyph_load_rec(), psh_glyph_load_points(), psh_glyph_save_points(), TT_Load_Simple_Glyph(), and TT_Process_Composite_Component().
char* FT_Outline_::tags |
Definition at line 340 of file ftimage.h.
Referenced by psh_glyph_save_points(), and TT_Hint_Glyph().