Searched defs:KernAATSubTableHeader (Results 1 – 1 of 1) sorted by relevance
250 struct KernAATSubTableHeader struct252 static constexpr bool apple = true;253 typedef AAT::ObsoleteTypes Types;255 unsigned tuple_count () const { return 0; } in tuple_count()256 bool is_horizontal () const { return !(coverage & Vertical); } in is_horizontal()258 enum Coverage268 bool sanitize (hb_sanitize_context_t *c) const in sanitize()275 HBUINT32 length; /* Length of the subtable (including this header). */276 HBUINT8 coverage; /* Coverage bits. */277 HBUINT8 format; /* Subtable format. */[all …]