Searched defs:MathGlyphInfo (Results 1 – 2 of 2) sorted by relevance
362 struct MathGlyphInfo struct364 bool sanitize (hb_sanitize_context_t *c) const in sanitize()375 get_italics_correction (hb_codepoint_t glyph, hb_font_t *font) const in get_italics_correction()379 get_top_accent_attachment (hb_codepoint_t glyph, hb_font_t *font) const in get_top_accent_attachment()382 bool is_extended_shape (hb_codepoint_t glyph) const in is_extended_shape()385 hb_position_t get_kerning (hb_codepoint_t glyph, in get_kerning()394 OffsetTo<MathItalicsCorrectionInfo> mathItalicsCorrectionInfo;398 OffsetTo<MathTopAccentAttachment> mathTopAccentAttachment;405 OffsetTo<Coverage> extendedShapeCoverage;409 OffsetTo<MathKernInfo> mathKernInfo;
423 FT_UInt MathConstants, MathGlyphInfo, MathVariants; in otv_MATH_validate() local