DioDocs for PDF
SvgFontWeight 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgFontWeight 列挙体
Defines the weight of glyphs in the font, their degree of blackness or stroke thickness.
シンタックス
'宣言
 
Public Enum SvgFontWeight 
   Inherits System.Enum
public enum SvgFontWeight : System.Enum 
メンバ
メンバ解説
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).
継承階層

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

参照

GrapeCity.Documents.Svg 名前空間