Struct harfbuzz_sys::hb_ot_math_glyph_part_t [−][src]
#[repr(C)]pub struct hb_ot_math_glyph_part_t { pub glyph: hb_codepoint_t, pub start_connector_length: hb_position_t, pub end_connector_length: hb_position_t, pub full_advance: hb_position_t, pub flags: hb_ot_math_glyph_part_flags_t, }
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.
Since: 1.3.3
Fields
glyph: hb_codepoint_t
start_connector_length: hb_position_t
end_connector_length: hb_position_t
full_advance: hb_position_t
flags: hb_ot_math_glyph_part_flags_t
Trait Implementations
impl Clone for hb_ot_math_glyph_part_t
[src]
impl Clone for hb_ot_math_glyph_part_t
[src]