Enum FontStretch
- Namespace
- PaintDotNet.DirectWrite
- Assembly
- PaintDotNet.Windows.dll
Represents the degree to which a font has been stretched compared to a font's normal aspect ratio.The enumerated values correspond to the usWidthClass definition in the OpenType specification. The usWidthClass represents an integer value between 1 and 9—lower values indicate narrower widths; higher values indicate wider widths.
public enum FontStretch
Fields
Undefined = 0UltraCondensed = 1ExtraCondensed = 2Condensed = 3SemiCondensed = 4Normal = 5Medium = 5SemiExpanded = 6Expanded = 7ExtraExpanded = 8UltraExpanded = 9