Searched refs:glyph_styles (Results 1 – 6 of 6) sorted by relevance
135 FT_UShort* gstyles = globals->glyph_styles; in af_face_globals_compute_style_coverage()352 globals->glyph_styles = (FT_UShort*)( globals + 1 ); in af_face_globals_new()443 style = (AF_Style)( globals->glyph_styles[gindex] & in af_face_globals_get_metrics()492 return (FT_Bool)( globals->glyph_styles[gindex] & AF_DIGIT ); in af_face_globals_is_digit()
109 FT_UShort* glyph_styles; member
338 prop->map = globals->glyph_styles; in af_property_get()
3536 if ( !( metrics->root.globals->glyph_styles[glyph_index] & AF_NONBASE ) ) in af_latin_hints_apply()
3510 (af_get_coverage): Use FT_UShort for `glyph_styles' array.3514 (AF_FaceGlobalsRec): Use `FT_UShort' for `glyph_styles' field.
2942 [autofit] s/glyph_scripts/glyph_styles/.