[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgFontVariantEastAsian

Enum SvgFontVariantEastAsian

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Allows control of glyph substitution and sizing in East Asian text.

[Flags]
public enum SvgFontVariantEastAsian

Fields

FullWidth = 64

Enables rendering of full-width variants (OpenType feature: fwid).

Jis04 = 8

Enables rendering of JIS2004 forms (OpenType feature: jp04).

Jis78 = 1

Enables rendering of JIS78 forms (OpenType feature: jp78).

Jis83 = 2

Enables rendering of JIS83 forms (OpenType feature: jp83).

Jis90 = 4

Enables rendering of JIS90 forms (OpenType feature: jp90).

Normal = 0

None of the glyph substitution and sizing features are enabled.

ProportionalWidth = 128

Enables rendering of proportionally-spaced variants (OpenType feature: pwid).

Ruby = 256

Enables display of ruby variant glyphs (OpenType feature: ruby).

Simplified = 16

Enables rendering of simplified forms (OpenType feature: smpl).

Traditional = 32

Enables rendering of traditional forms (OpenType feature: trad).