DioDocs for PDF
SvgFontVariantPosition 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgFontVariantPosition 列挙体
Enables or disables typographic subscript and superscript glyphs.
シンタックス
'宣言
 
Public Enum SvgFontVariantPosition 
   Inherits System.Enum
public enum SvgFontVariantPosition : System.Enum 
メンバ
メンバ解説
NormalNone of the typographic subscript and superscript glyphs are enabled.
SubEnables display of subscript variants (OpenType feature: subs).
SuperEnables display of superscript variants (OpenType feature: sups).
継承階層

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

参照

GrapeCity.Documents.Svg 名前空間