[]
Specifies control over numerical forms.
[Flags]
public enum SvgFontVariantNumeric
<Flags>
Public Enum SvgFontVariantNumeric
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). |