Searched defs:hb_font_t (Results 1 – 2 of 2) sorted by relevance
96 struct hb_font_t { struct102 hb_font_t *parent; argument103 hb_face_t *face;105 int x_scale;106 int y_scale;108 unsigned int x_ppem;109 unsigned int y_ppem;111 hb_font_funcs_t *klass;112 void *user_data;113 hb_destroy_func_t destroy;[all …]
40 typedef struct hb_font_t hb_font_t; typedef