FontStretch Enumeration

Describes the degree to which a font has been stretched compared to the normal aspect ratio of that font.

XAML
<object property="EnumerationValue" .../>
Scripting
value = "EnumerationValue"

Enumeration Values

Value usWidthClass % of normal
UltraCondensed 1 50.0%
ExtraCondensed 2 62.5%
Condensed 3 75.0%
SemiCondensed 4 87.5%
Normal 5 100.0%
Medium 5 100.0%
SemiExpanded 6 112.5%
Expanded 7 125.0%
ExtraExpanded 8 150.0%
UltraExpanded 9 200.0%

Remarks

For more information on the OpenType usWidthClass value, see the "Font File Tables" section of the OpenType specification.

Applies To

FontStretch Property

See Also

FontFamily
FontSize
FontStyle
FontStyle
LineBreak
Run
TextBlock