Provides a set of static predefined FontStretch values.
Public NotInheritable Class FontStretches
public static class FontStretches
public ref class FontStretches abstract sealed
[<AbstractClass>] [<Sealed>] type FontStretches = class end
The FontStretches type exposes the following members.
A font stretch describes the degree to which a font form is stretched from its normal aspect ratio, which is the original width to height ratio specified for the glyphs in the font.
The FontStretches values correspond to the usWidthClass definition in the OpenType specification. The usWidthClass represents an integer value between 1 and 9. Lower numeric values indicate narrower widths; higher values indicate wider widths.
Font stretch
usWidthClass
% of normal
UltraCondensed
1
50%
ExtraCondensed
2
62.5%
Condensed
3
75%
SemiCondensed
4
87.5%
Normal
5
100%
Medium
SemiExpanded
6
112.5%
Expanded
7
125%
ExtraExpanded
8
150%
UltraExpanded
9
200%
For more information on the OpenType usWidthClass value, see the "Font File Tables" section of the OpenType specification.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2