[]
Allows control of glyph substitution and sizing in East Asian text.
[Flags]
public enum SvgFontVariantEastAsian
FullWidth = 64Enables rendering of full-width variants (OpenType feature: fwid).
Jis04 = 8Enables rendering of JIS2004 forms (OpenType feature: jp04).
Jis78 = 1Enables rendering of JIS78 forms (OpenType feature: jp78).
Jis83 = 2Enables rendering of JIS83 forms (OpenType feature: jp83).
Jis90 = 4Enables rendering of JIS90 forms (OpenType feature: jp90).
Normal = 0None of the glyph substitution and sizing features are enabled.
ProportionalWidth = 128Enables rendering of proportionally-spaced variants (OpenType feature: pwid).
Ruby = 256Enables display of ruby variant glyphs (OpenType feature: ruby).
Simplified = 16Enables rendering of simplified forms (OpenType feature: smpl).
Traditional = 32Enables rendering of traditional forms (OpenType feature: trad).