Type Alias FontWeight
pub type FontWeight = SkSVGFontWeight_Type;Aliased Type§
enum FontWeight {
Show 14 variants
    W100 = 0,
    W200 = 1,
    W300 = 2,
    W400 = 3,
    W500 = 4,
    W600 = 5,
    W700 = 6,
    W800 = 7,
    W900 = 8,
    Normal = 9,
    Bold = 10,
    Bolder = 11,
    Lighter = 12,
    Inherit = 13,
}