Type Alias freya_engine::prelude::svg::FontStyle

pub type FontStyle = SkSVGFontStyle_Type;

Aliased Type§

enum FontStyle {
    Normal = 0,
    Italic = 1,
    Oblique = 2,
    Inherit = 3,
}

Variants§

§

Normal = 0

§

Italic = 1

§

Oblique = 2

§

Inherit = 3