Describes the degree to which a font has been stretched compared to the normal aspect ratio of that font.
<TypeConverterAttribute(GetType(FontStretchConverter))> _ <LocalizabilityAttribute(LocalizationCategory.None)> _ Public Structure FontStretch _ Implements IFormattable
Dim instance As FontStretch
[TypeConverterAttribute(typeof(FontStretchConverter))] [LocalizabilityAttribute(LocalizationCategory.None)] public struct FontStretch : IFormattable
[TypeConverterAttribute(typeof(FontStretchConverter))] [LocalizabilityAttribute(LocalizationCategory::None)] public value class FontStretch : IFormattable
JScript supports the use of structures, but not the declaration of new ones.
<object fontStretchesProperty="fontStretchesValue"/>
A FontStretches value expressed as the name string, such as "Condensed", "Normal", or "Expanded".
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 values indicate narrower widths; higher values indicate wider widths.
Font stretch
usWidthClass
% of normal
UltraCondensed
1
50.0%
ExtraCondensed
2
62.5%
Condensed
3
75.0%
SemiCondensed
4
87.5%
Medium
5
100.0%
SemiExpanded
6
112.5%
Expanded
7
125.0%
ExtraExpanded
8
150.0%
UltraExpanded
9
200.0%
For more information on the OpenType usWidthClass value, see the "Font File Tables" section of the OpenType specification.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003