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