FontStretch Enumeration
FontStretch describes relative change from the normal aspect ratio as specified by a font designer for the glyphs in a font.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public enum FontStretch
Public Enumeration FontStretch
type FontStretch
Members
UltraCondensed | 1 | |
ExtraCondensed | 2 | |
Condensed | 3 | |
SemiCondensed | 4 | |
Normal | 5 | |
SemiExpanded | 6 | |
Expanded | 7 | |
ExtraExpanded | 8 | |
UltraExpanded | 9 |