Skip to main content

GeneratedMathVariant

Type Alias GeneratedMathVariant 

Source
pub type GeneratedMathVariant = PortableMathVariant;
Expand description

Reexport of the portable engine math variant type.

Aliased Type§

pub struct GeneratedMathVariant {
    pub glyph: i32,
    pub advance: i32,
}

Fields§

§glyph: i32§advance: i32