Searched defs:MathGlyphInfo (Results 1 – 2 of 2) sorted by relevance
494 struct MathGlyphInfo struct496 bool subset (hb_subset_context_t *c) const in subset()520 bool sanitize (hb_sanitize_context_t *c) const in sanitize()531 get_italics_correction (hb_codepoint_t glyph, hb_font_t *font) const in get_italics_correction()535 get_top_accent_attachment (hb_codepoint_t glyph, hb_font_t *font) const in get_top_accent_attachment()538 bool is_extended_shape (hb_codepoint_t glyph) const in is_extended_shape()541 hb_position_t get_kerning (hb_codepoint_t glyph, in get_kerning()550 Offset16To<MathItalicsCorrectionInfo> mathItalicsCorrectionInfo;554 Offset16To<MathTopAccentAttachment> mathTopAccentAttachment;561 Offset16To<Coverage> extendedShapeCoverage;[all …]
423 FT_UInt MathConstants, MathGlyphInfo, MathVariants; in otv_MATH_validate() local