[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgFontVariantEastAsian

SvgFontVariantEastAsian Enum

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

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
[Flags]
public enum SvgFontVariantEastAsian
<Flags>
Public Enum SvgFontVariantEastAsian

Fields

Name Description
FullWidth

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

Jis04

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

Jis78

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

Jis83

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

Jis90

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

Normal

None of the glyph substitution and sizing features are enabled.

ProportionalWidth

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

Ruby

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

Simplified

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

Traditional

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