Home
last modified time | relevance | path

Searched defs:hb_font_t (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-font-private.hh91 struct hb_font_t { struct
97 hb_font_t *parent; argument
98 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 …]
Dhb-font.h40 typedef struct hb_font_t hb_font_t; typedef