Searched defs:KernAATSubTableHeader (Results 1 – 1 of 1) sorted by relevance
220 struct KernAATSubTableHeader struct222 static constexpr bool apple = true;223 typedef AAT::ObsoleteTypes Types;225 unsigned tuple_count () const { return 0; } in tuple_count()226 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal()228 enum Coverage238 bool sanitize (hb_sanitize_context_t *c) const in sanitize()245 HBUINT32 length; /* Length of the subtable (including this header). */246 HBUINT8 coverage; /* Coverage bits. */247 HBUINT8 format; /* Subtable format. */[all …]