Struct harfbuzz_sys::hb_ot_math_glyph_variant_t [−][src]
#[repr(C)]pub struct hb_ot_math_glyph_variant_t { pub glyph: hb_codepoint_t, pub advance: hb_position_t, }
hb_ot_math_glyph_variant_t: @glyph: The glyph index of the variant @advance: The advance width of the variant
Data type to hold math-variant information for a glyph.
Since: 1.3.3
Fields
glyph: hb_codepoint_t
advance: hb_position_t
Trait Implementations
impl Clone for hb_ot_math_glyph_variant_t
[src]
impl Clone for hb_ot_math_glyph_variant_t
[src]