Searched defs:hb_subset_plan_t (Results 1 – 1 of 1) sorted by relevance
37 struct hb_subset_plan_t struct39 hb_object_header_t header;41 bool drop_hints : 1;42 bool drop_layout : 1;43 bool desubroutinize : 1;46 hb_set_t *unicodes;48 hb_vector_t<hb_codepoint_t> glyphs;49 hb_set_t *glyphset;51 hb_map_t *codepoint_to_glyph;52 hb_map_t *glyph_map;[all …]