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.hh96 struct hb_font_t { struct
102 hb_font_t *parent; argument
103 hb_face_t *face;
105 int x_scale;
106 int y_scale;
108 unsigned int x_ppem;
109 unsigned int y_ppem;
111 float ptem;
114 unsigned int num_coords;
115 int *coords;
[all …]
Dhb-font.h40 typedef struct hb_font_t hb_font_t; typedef