Searched defs:units_per_EM (Results 1 - 2 of 2) sorted by relevance

/external/freetype/src/autofit/
H A Dafloader.c108 FT_Fixed em_size = af_intToFixed( face->units_per_EM );
115 if ( !face->units_per_EM )
274 face->units_per_EM );
276 face->units_per_EM );
605 FT_UShort units_per_EM; local
614 units_per_EM = face->units_per_EM;
617 af_intToFixed ( units_per_EM ) );
/external/freetype/include/freetype/
H A Dfreetype.h989 /* `units_per_EM'). The box is large enough */
1000 /* units_per_EM :: The number of font units per EM square for */
1094 FT_UShort units_per_EM; member in struct:FT_FaceRec_
2530 /* The nominal size. The `units_per_EM' field of @FT_FaceRec is */
2536 /* however, that `units_per_EM' is a rather abstract value which */
2881 * setting the character size to `font->units_per_EM'.

Completed in 161 milliseconds