Searched refs:aprop (Results 1 – 2 of 2) sorted by relevance
142 BDF_PropertyRec *aprop ) in tt_face_find_bdf_prop() argument153 aprop->type = BDF_PROPERTY_TYPE_NONE; in tt_face_find_bdf_prop()218 aprop->type = BDF_PROPERTY_TYPE_ATOM; in tt_face_find_bdf_prop()219 aprop->u.atom = (const char*)bdf->strings + value; in tt_face_find_bdf_prop()226 aprop->type = BDF_PROPERTY_TYPE_INTEGER; in tt_face_find_bdf_prop()227 aprop->u.integer = (FT_Int32)value; in tt_face_find_bdf_prop()232 aprop->type = BDF_PROPERTY_TYPE_CARDINAL; in tt_face_find_bdf_prop()233 aprop->u.cardinal = value; in tt_face_find_bdf_prop()
40 BDF_PropertyRec *aprop );