Searched defs:CmapSubtable (Results 1 – 2 of 2) sorted by relevance
1344 struct CmapSubtable struct1348 bool get_glyph (hb_codepoint_t codepoint, in get_glyph()1362 void collect_unicodes (hb_set_t *out, unsigned int num_glyphs = UINT_MAX) const in collect_unicodes()1376 void collect_mapping (hb_set_t *unicodes, /* OUT */ in collect_mapping()1392 unsigned get_language () const in get_language()1408 void serialize (hb_serialize_context_t *c, in serialize()1422 bool sanitize (hb_sanitize_context_t *c) const in sanitize()1439 union {1448 } u;
214 class CmapSubtable(object): class