[]
Specifies control over numerical forms.
[Flags]
public enum SvgFontVariantNumeric
DiagonalFractions = 16
Enables display of lining diagonal fractions (OpenType feature: frac).
LiningNums = 1
Enables display of lining numerals (OpenType feature: lnum).
Normal = 0
None of the numerical forms are enabled.
OldStyleNums = 2
Enables display of old-style numerals (OpenType feature: onum).
Ordinal = 64
Enables display of letter forms used with ordinal numbers (OpenType feature: ordn).
ProportionalNums = 4
Enables display of proportional numerals (OpenType feature: pnum).
SlashedZero = 128
Enables display of slashed zeros (OpenType feature: zero).
StackedFractions = 32
Enables display of lining stacked fractions (OpenType feature: afrc).
TabularNums = 8
Enables display of tabular numerals (OpenType feature: tnum).