Lines Matching defs:post
78 struct post struct
80 static constexpr hb_tag_t tableTag = HB_OT_TAG_post;
82 bool serialize (hb_serialize_context_t *c, bool glyph_names) const in serialize()
96 bool subset (hb_subset_context_t *c) const in subset()
133 struct accelerator_t
296 bool has_data () const { return version.to_int (); } in has_data()
298 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
309 FixedVersion<>version; /* 0x00010000 for version 1.0
313 F16DOT16 italicAngle; /* Italic angle in counter-clockwise degrees
317 FWORD underlinePosition; /* This is the suggested distance of the top
327 FWORD underlineThickness; /* Suggested values for the underline
329 HBUINT32 isFixedPitch; /* Set to 0 if the font is proportionally
332 HBUINT32 minMemType42; /* Minimum memory usage when an OpenType font
334 HBUINT32 maxMemType42; /* Maximum memory usage when an OpenType font
336 HBUINT32 minMemType1; /* Minimum memory usage when an OpenType font
338 HBUINT32 maxMemType1; /* Maximum memory usage when an OpenType font
340 postV2Tail v2X;