FontStretch Structure
Describes the degree to which a font has been stretched compared to the normal aspect ratio of that font.
Assembly: PresentationCore (in PresentationCore.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
The FontStretch type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | Compare | Compares two instances of FontStretch objects. |
![]() | Equals(FontStretch) | Compares a FontStretch object with the current FontStretch object. |
![]() | Equals(Object) | Compares a Object with the current FontStretch object. (Overrides ValueType::Equals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | FromOpenTypeStretch | Creates a new instance of FontStretch that corresponds to the OpenType usStretchClass value. |
![]() | GetHashCode | Retrieves the hash code for this object. (Overrides ValueType::GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToOpenTypeStretch | Returns a value that represents the OpenType usStretchClass for this FontStretch object. |
![]() | ToString | Creates a String representation of the current FontStretch object based on the current culture. (Overrides ValueType::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality | Compares two instances of FontStretch for equality. |
![]() ![]() | GreaterThan | Evaluates two instances of FontStretch to determine if one instance is greater than the other. |
![]() ![]() | GreaterThanOrEqual | Evaluates two instances of FontStretch to determine whether one instance is greater than or equal to the other. |
![]() ![]() | Inequality | Evaluates two instances of FontStretch to determine inequality. |
![]() ![]() | LessThan | Evaluates two instances of FontStretch to determine whether one instance is less than the other. |
![]() ![]() | LessThanOrEqual | Evaluates two instances of FontStretch to determine whether one instance is less than or equal to the other. |
| Name | Description | |
|---|---|---|
![]() ![]() | IFormattable::ToString | For a description of this member, see IFormattable::ToString. |
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 |
|---|---|---|
1 | 50.0% | |
2 | 62.5% | |
3 | 75.0% | |
4 | 87.5% | |
5 | 100.0% | |
6 | 112.5% | |
7 | 125.0% | |
8 | 150.0% | |
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 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
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
