Home | History | Annotate | Download | only in autofit

Lines Matching defs:prop

190       FT_Prop_IncreaseXHeight*  prop;
199 prop = (FT_Prop_IncreaseXHeight*)value;
201 error = af_property_get_face_globals( prop->face, &globals, module );
203 globals->increase_x_height = prop->limit;
346 FT_Prop_GlyphToScriptMap* prop = (FT_Prop_GlyphToScriptMap*)value;
350 error = af_property_get_face_globals( prop->face, &globals, module );
352 prop->map = globals->glyph_styles;
378 FT_Prop_IncreaseXHeight* prop = (FT_Prop_IncreaseXHeight*)value;
382 error = af_property_get_face_globals( prop->face, &globals, module );
384 prop->limit = globals->increase_x_height;