|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <afhints.h>

Public Attributes | |
| FT_Memory | memory |
| FT_Fixed | x_scale |
| FT_Pos | x_delta |
| FT_Fixed | y_scale |
| FT_Pos | y_delta |
| FT_Int | max_points |
| FT_Int | num_points |
| AF_Point | points |
| FT_Int | max_contours |
| FT_Int | num_contours |
| AF_Point * | contours |
| AF_AxisHintsRec | axis [AF_DIMENSION_MAX] |
| FT_UInt32 | scaler_flags |
| FT_UInt32 | other_flags |
| AF_StyleMetrics | metrics |
| FT_Pos | xmin_delta |
| FT_Pos | xmax_delta |
| struct { | |
| AF_Point contours [AF_CONTOURS_EMBEDDED] | |
| AF_PointRec points [AF_POINTS_EMBEDDED] | |
| } | embedded |
| AF_AxisHintsRec AF_GlyphHintsRec_::axis[AF_DIMENSION_MAX] |
| AF_Point AF_GlyphHintsRec_::contours[AF_CONTOURS_EMBEDDED] |
| struct { ... } AF_GlyphHintsRec_::embedded |
| FT_Memory AF_GlyphHintsRec_::memory |
Definition at line 342 of file afhints.h.
Referenced by af_autofitter_done().
| AF_StyleMetrics AF_GlyphHintsRec_::metrics |
| AF_PointRec AF_GlyphHintsRec_::points[AF_POINTS_EMBEDDED] |