Searched defs:KernSubTable (Results 1 – 1 of 1) sorted by relevance
115 struct KernSubTable struct117 unsigned int get_size () const { return u.header.length; } in get_size()118 unsigned int get_type () const { return u.header.format; } in get_type()120 int get_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_kerning()130 typename context_t::return_t dispatch (context_t *c, Ts&&... ds) const in dispatch()147 bool sanitize (hb_sanitize_context_t *c) const in sanitize()158 union {164 } u;