FontFraction
FontFraction
FontFraction
FontFraction
Enum
Definition
Describes a fraction style value for the Typography.Fraction attached property.
public : enum class FontFractionpublic enum FontFractionPublic Enum FontFraction// This API is not available in Javascript.
<object property="enumMemberName"/>
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Normal Normal Normal Normal | Default style is used. |
| Slashed Slashed Slashed Slashed | Stacked fraction style is used. |
| Stacked Stacked Stacked Stacked | Slashed fraction style is used. |
Remarks
This enumeration is used by the Typography.Fraction attached property.
Generally, Microsoft OpenType fonts support styles for fractions, including slashed and stacked.
A slashed style is also known as a diagonal style. Usually the slashed style does have a baseline offset between the two numerals with the first appearing higher than the second, but exactly how large that offset is can depend on the font.