Searched defs:FDSelect (Results 1 – 2 of 2) sorted by relevance
511 struct FDSelect struct513 bool serialize (hb_serialize_context_t *c, const FDSelect &src, unsigned int num_glyphs) in serialize()523 unsigned int get_size (unsigned int num_glyphs) const in get_size()533 unsigned get_fd (hb_codepoint_t glyph) const in get_fd()545 hb_pair_t<unsigned, hb_codepoint_t> get_fd_range (hb_codepoint_t glyph) const in get_fd_range()557 bool sanitize (hb_sanitize_context_t *c, unsigned int fdcount) const in sanitize()571 HBUINT8 format;572 union {575 } u;
1086 class FDSelect(object): class