[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgFontVariantNumeric

SvgFontVariantNumeric Enum

Specifies control over numerical forms.

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

Fields

Name Description
DiagonalFractions

Enables display of lining diagonal fractions (OpenType feature: frac).

LiningNums

Enables display of lining numerals (OpenType feature: lnum).

Normal

None of the numerical forms are enabled.

OldStyleNums

Enables display of old-style numerals (OpenType feature: onum).

Ordinal

Enables display of letter forms used with ordinal numbers (OpenType feature: ordn).

ProportionalNums

Enables display of proportional numerals (OpenType feature: pnum).

SlashedZero

Enables display of slashed zeros (OpenType feature: zero).

StackedFractions

Enables display of lining stacked fractions (OpenType feature: afrc).

TabularNums

Enables display of tabular numerals (OpenType feature: tnum).