FontEastAsianWidths Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a mechanism for the user to select glyphs of different width styles.
public enum class FontEastAsianWidths
public enum FontEastAsianWidths
type FontEastAsianWidths =
Public Enum FontEastAsianWidths
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | Default width style. |
Proportional | 1 | Replaces uniform width glyphs with proportionally spaced glyphs. |
Full | 2 | Replaces uniform width glyphs with full width (usually em) glyphs. |
Half | 3 | Replaces uniform width glyphs with half width (half em) glyphs. |
Third | 4 | Replaces uniform width glyphs with one-third width (one-third em) glyphs. |
Quarter | 5 | Replaces uniform width glyphs with one-quarter width (one-quarter em) glyphs. |
Remarks
If a specified font does not support a particular glyph set, the default glyphs are displayed instead.