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