hb_ot_math_glyph_part_t

Data type to hold information for a "part" component of a math-variant glyph. Large variants for stretchable math glyphs (such as parentheses) can be constructed on the fly from parts.

Members

Variables

endConnectorLength
hb_position_t endConnectorLength;

The length of the connector on the ending side of the variant part

flags
hb_ot_math_glyph_part_flags_t flags;

#hb_ot_math_glyph_part_flags_t flags for the part

fullAdvance
hb_position_t fullAdvance;

The total advance of the part

glyph
hb_codepoint_t glyph;

The glyph index of the variant part

startConnectorLength
hb_position_t startConnectorLength;

The length of the connector on the starting side of the variant part

Meta

Since

1.3.3