Home
last modified time | relevance | path

Searched defs:AF_GlyphHintsRec_ (Results 1 – 1 of 1) sorted by relevance

/external/freetype/src/autofit/
Dafhints.h332 typedef struct AF_GlyphHintsRec_ struct
334 FT_Memory memory;
336 FT_Fixed x_scale;
337 FT_Pos x_delta;
339 FT_Fixed y_scale;
340 FT_Pos y_delta;
342 FT_Int max_points; /* number of allocated points */
343 FT_Int num_points; /* number of used points */
344 AF_Point points; /* points array */
346 FT_Int max_contours; /* number of allocated contours */
[all …]