Searched defs:hb_font_funcs_t (Results 1 – 2 of 2) sorted by relevance
61 struct hb_font_funcs_t { struct62 hb_object_header_t header;65 hb_bool_t immutable;67 struct {71 } user_data;73 struct {77 } destroy;80 union get_t {87 } get;
47 typedef struct hb_font_funcs_t hb_font_funcs_t; typedef