Home
last modified time | relevance | path

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

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