DS.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgFontWeight Enumeration

SvgFontWeight Enumeration
Defines the weight of glyphs in the font, their degree of blackness or stroke thickness.
Syntax
'Declaration
 
Public Enum SvgFontWeight 
   Inherits System.Enum
 
Members
MemberDescription
BoldBold font. Same as W700.
BolderSpecifies a bolder weight than the inherited value.
LighterSpecifies a lighter weight than the inherited value.
NormalNormal font weight. Same as W400.
W100Thin.
W200Extra Light (Ultra Light).
W300Light.
W400Normal.
W500Medium.
W600Semi Bold (Demi Bold).
W700Bold.
W800Extra Bold (Ultra Bold).
W900Black (Heavy).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Svg.SvgFontWeight

See Also