FontEastAsianWidths Enum

Definition

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
FontEastAsianWidths

Fields

Full 2

Replaces uniform width glyphs with full width (usually em) glyphs.

Half 3

Replaces uniform width glyphs with half width (half em) glyphs.

Normal 0

Default width style.

Proportional 1

Replaces uniform width glyphs with proportionally spaced glyphs.

Quarter 5

Replaces uniform width glyphs with one-quarter width (one-quarter em) glyphs.

Third 4

Replaces uniform width glyphs with one-third width (one-third em) glyphs.

Remarks

If a specified font does not support a particular glyph set, the default glyphs are displayed instead.

Applies to