DioDocs for PDF
SvgFontStyle 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgFontStyle 列挙体
Allows italic or oblique faces to be selected.
シンタックス
'宣言
 
Public Enum SvgFontStyle 
   Inherits System.Enum
public enum SvgFontStyle : System.Enum 
メンバ
メンバ解説
ItalicSelects a font that is labeled as an italic face, or an oblique face if one is not.
NormalSelects a face that is classified as a normal face, one that is neither italic or obliqued.
ObliqueSelects a font that is labeled as an oblique face, or an italic face if one is not.
継承階層

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

参照

GrapeCity.Documents.Svg 名前空間