Searched defs:AF_GlyphHintsRec_ (Results 1 – 1 of 1) sorted by relevance
335 typedef struct AF_GlyphHintsRec_ struct337 FT_Memory memory;339 FT_Fixed x_scale;340 FT_Pos x_delta;342 FT_Fixed y_scale;343 FT_Pos y_delta;345 FT_Int max_points; /* number of allocated points */346 FT_Int num_points; /* number of used points */347 AF_Point points; /* points array */349 FT_Int max_contours; /* number of allocated contours */[all …]