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