Type Alias FontStyle

pub type FontStyle = SkSVGFontStyle_Type;

Aliased Type§

#[repr(i32)]
pub enum FontStyle { Normal = 0, Italic = 1, Oblique = 2, Inherit = 3, }

Variants§

§

Normal = 0

§

Italic = 1

§

Oblique = 2

§

Inherit = 3