Lines Matching defs:hhea
43 struct hhea struct
45 static const hb_tag_t tableTag = HB_OT_TAG_hhea;
47 inline bool sanitize (hb_sanitize_context_t *c) { in sanitize()
53 FixedVersion version; /* 0x00010000u for version 1.0. */
54 FWORD ascender; /* Typographic ascent. <a
58 FWORD descender; /* Typographic descent. <a
62 FWORD lineGap; /* Typographic line gap. Negative
66 UFWORD advanceWidthMax; /* Maximum advance width value in
68 FWORD minLeftSideBearing; /* Minimum left sidebearing value in
70 FWORD minRightSideBearing; /* Minimum right sidebearing value;
73 FWORD xMaxExtent; /* Max(lsb + (xMax - xMin)). */
74 SHORT caretSlopeRise; /* Used to calculate the slope of the
76 SHORT caretSlopeRun; /* 0 for vertical. */
77 SHORT caretOffset; /* The amount by which a slanted
82 SHORT reserved1; /* set to 0 */
83 SHORT reserved2; /* set to 0 */
84 SHORT reserved3; /* set to 0 */
85 SHORT reserved4; /* set to 0 */
86 SHORT metricDataFormat; /* 0 for current format. */
87 USHORT numberOfHMetrics; /* Number of hMetric entries in 'hmtx'