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