[]
Defines the weight of glyphs in the font, their degree of blackness or stroke thickness.
public enum SvgFontWeight
Bold = 1
Bold font. Same as W700.
Bolder = 2
Specifies a bolder weight than the inherited value.
Lighter = 3
Specifies a lighter weight than the inherited value.
Normal = 0
Normal font weight. Same as W400.
W100 = 100
Thin.
W200 = 200
Extra Light (Ultra Light).
W300 = 300
Light.
W400 = 400
Normal.
W500 = 500
Medium.
W600 = 600
Semi Bold (Demi Bold).
W700 = 700
Bold.
W800 = 800
Extra Bold (Ultra Bold).
W900 = 900
Black (Heavy).