Lines Matching defs:KernAATSubTableHeader
250 struct KernAATSubTableHeader struct
252 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 Coverage
268 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. */
278 HBUINT16 tupleIndex; /* The tuple index (used for variations fonts).