Enum FontEastAsianWidths
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public enum FontEastAsianWidths
Fields
| Name | Description |
|---|---|
| Full | Replaces uniform width glyphs with full width (usually em) glyphs. |
| Half | Replaces uniform width glyphs with half width (half em) glyphs. |
| Normal | Default width style. |
| Proportional | Replaces uniform width glyphs with proportionally spaced glyphs. |
| Quarter | Replaces uniform width glyphs with one-quarter width (one-quarter em) glyphs. |
| Third | Replaces uniform width glyphs with one-third width (one-third em) glyphs. |