Lines Matching defs:post
72 struct post struct
74 static constexpr hb_tag_t tableTag = HB_OT_TAG_post;
76 void serialize (hb_serialize_context_t *c) const in serialize()
85 bool subset (hb_subset_context_t *c) const in subset()
97 struct accelerator_t
249 bool has_data () const { return version.to_int (); } in has_data()
251 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
261 FixedVersion<>version; /* 0x00010000 for version 1.0
265 HBFixed italicAngle; /* Italic angle in counter-clockwise degrees
269 FWORD underlinePosition; /* This is the suggested distance of the top
279 FWORD underlineThickness; /* Suggested values for the underline
281 HBUINT32 isFixedPitch; /* Set to 0 if the font is proportionally
284 HBUINT32 minMemType42; /* Minimum memory usage when an OpenType font
286 HBUINT32 maxMemType42; /* Maximum memory usage when an OpenType font
288 HBUINT32 minMemType1; /* Minimum memory usage when an OpenType font
290 HBUINT32 maxMemType1; /* Maximum memory usage when an OpenType font
292 postV2Tail v2X;