FontEastAsianWidths
FontEastAsianWidths
FontEastAsianWidths
FontEastAsianWidths
Enum
Definition
Provides a mechanism for selecting glyphs of different width styles.
public : enum class FontEastAsianWidthspublic enum FontEastAsianWidthsPublic Enum FontEastAsianWidths// 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
| Full Full Full Full | Replaces uniform width glyphs with full width (usually em) glyphs. |
| Half Half Half Half | Replaces uniform width glyphs with half width (half em) glyphs |
| Normal Normal Normal Normal | Default width style. |
| Proportional Proportional Proportional Proportional | Replaces uniform width glyphs with proportionally spaced glyphs. |
| Quarter Quarter Quarter Quarter | Replaces uniform width glyphs with one-quarter width (one-quarter em) glyphs. |
| Third Third Third Third | Replaces uniform width glyphs with one-third width (one-third em) glyphs. |
Remarks
This enumeration is used by the Typography.EastAsianWidths attached property.