FontStretches Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a set of static predefined FontStretch values.
public ref class FontStretches abstract sealed
public static class FontStretches
type FontStretches = class
Public Class FontStretches
- Inheritance
-
FontStretches
Remarks
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 | 5 | 100% |
SemiExpanded | 6 | 112.5% |
Expanded | 7 | 125% |
ExtraExpanded | 8 | 150% |
UltraExpanded | 9 | 200% |
For more information on the OpenType usWidthClass
value, see the usWidthClass section of the OpenType specification.
Properties
Condensed |
Specifies a condensed FontStretch. |
Expanded |
Specifies an expanded FontStretch. |
ExtraCondensed |
Specifies an extra-condensed FontStretch. |
ExtraExpanded |
Specifies an extra-expanded FontStretch. |
Medium |
Specifies a medium FontStretch. |
Normal |
Specifies a normal FontStretch. |
SemiCondensed |
Specifies a semi-condensed FontStretch. |
SemiExpanded |
Specifies a semi-expanded FontStretch. |
UltraCondensed |
Specifies an ultra-condensed FontStretch. |
UltraExpanded |
Specifies an ultra-expanded FontStretch. |