Searched defs:FDSelect (Results 1 – 2 of 2) sorted by relevance
450 struct FDSelect struct452 bool serialize (hb_serialize_context_t *c, const FDSelect &src, unsigned int num_glyphs) in serialize()462 unsigned int get_size (unsigned int num_glyphs) const in get_size()472 hb_codepoint_t get_fd (hb_codepoint_t glyph) const in get_fd()484 bool sanitize (hb_sanitize_context_t *c, unsigned int fdcount) const in sanitize()498 HBUINT8 format;499 union {502 } u;
1047 class FDSelect(object): class