Lines Matching defs:KernOTSubTableHeader
195 struct KernOTSubTableHeader struct
197 static constexpr bool apple = false;
198 typedef AAT::ObsoleteTypes Types;
200 unsigned tuple_count () const { return 0; } in tuple_count()
201 bool is_horizontal () const { return (coverage & Horizontal); } in is_horizontal()
203 enum Coverage
215 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
222 HBUINT16 versionZ; /* Unused. */
223 HBUINT16 length; /* Length of the subtable (including this header). */
224 HBUINT8 format; /* Subtable format. */
225 HBUINT8 coverage; /* Coverage bits. */