Searched defs:CmapSubtable (Results 1 – 2 of 2) sorted by relevance
1348 struct CmapSubtable struct1352 bool get_glyph (hb_codepoint_t codepoint, in get_glyph()1366 void collect_unicodes (hb_set_t *out, unsigned int num_glyphs = UINT_MAX) const in collect_unicodes()1380 void collect_mapping (hb_set_t *unicodes, /* OUT */ in collect_mapping()1396 unsigned get_language () const in get_language()1412 void serialize (hb_serialize_context_t *c, in serialize()1426 bool sanitize (hb_sanitize_context_t *c) const in sanitize()1443 union {1452 } u;
239 class CmapSubtable(object): class