pub type FontStyle = SkSVGFontStyle_Type;
enum FontStyle { Normal = 0, Italic = 1, Oblique = 2, Inherit = 3, }