hb_ot_math_glyph_part_t

Members

Variables

end_connector_length
hb_position_t end_connector_length;
Undocumented in source.
flags
hb_ot_math_glyph_part_flags_t flags;
Undocumented in source.
full_advance
hb_position_t full_advance;
Undocumented in source.
glyph
hb_codepoint_t glyph;
Undocumented in source.
start_connector_length
hb_position_t start_connector_length;
Undocumented in source.

Detailed Description

hb ot math glyph part t

@glyph: The glyph index of the variant part @start_connector_length: The length of the connector on the starting side of the variant part @end_connector_length: The length of the connector on the ending side of the variant part @full_advance: The total advance of the part @flags: #hb_ot_math_glyph_part_flags_t flags for the part

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.

Meta

Since

1.3.3