Searched defs:hb_font_t (Results 1 – 2 of 2) sorted by relevance
91 struct hb_font_t { struct97 hb_font_t *parent; argument98 hb_face_t *face;100 int x_scale;101 int y_scale;103 unsigned int x_ppem;104 unsigned int y_ppem;106 hb_font_funcs_t *klass;107 void *user_data;108 hb_destroy_func_t destroy;[all …]
40 typedef struct hb_font_t hb_font_t; typedef