DioDocs for PDF
SvgFontVariantEastAsian 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Svg 名前空間 : SvgFontVariantEastAsian 列挙体
Allows control of glyph substitution and sizing in East Asian text.
シンタックス
'宣言
 
Public Enum SvgFontVariantEastAsian 
   Inherits System.Enum
public enum SvgFontVariantEastAsian : System.Enum 
メンバ
メンバ解説
FullWidthEnables rendering of full-width variants (OpenType feature: fwid).
Jis04Enables rendering of JIS2004 forms (OpenType feature: jp04).
Jis78Enables rendering of JIS78 forms (OpenType feature: jp78).
Jis83Enables rendering of JIS83 forms (OpenType feature: jp83).
Jis90Enables rendering of JIS90 forms (OpenType feature: jp90).
NormalNone of the glyph substitution and sizing features are enabled.
ProportionalWidthEnables rendering of proportionally-spaced variants (OpenType feature: pwid).
RubyEnables display of ruby variant glyphs (OpenType feature: ruby).
SimplifiedEnables rendering of simplified forms (OpenType feature: smpl).
TraditionalEnables rendering of traditional forms (OpenType feature: trad).
継承階層

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

参照

GrapeCity.Documents.Svg 名前空間