Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 4
System.Windows
FontStretches Class
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2010/.NET Framework 4

Other versions are also available for the following:
.NET Framework Class Library
FontStretches Class

Provides a set of static predefined FontStretch values.

System..::.Object
  System.Windows..::.FontStretches

Namespace:  System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)
Visual Basic
Public NotInheritable Class FontStretches
C#
public static class FontStretches
Visual C++
public ref class FontStretches abstract sealed
F#
[<AbstractClass>]
[<Sealed>]
type FontStretches =  class end

The FontStretches type exposes the following members.

  NameDescription
Public propertyStatic memberCondensedSpecifies a condensed FontStretch.
Public propertyStatic memberExpandedSpecifies an expanded FontStretch.
Public propertyStatic memberExtraCondensedSpecifies an extra-condensed FontStretch.
Public propertyStatic memberExtraExpandedSpecifies an extra-expanded FontStretch.
Public propertyStatic memberMediumSpecifies a medium FontStretch.
Public propertyStatic memberNormalSpecifies a normal FontStretch.
Public propertyStatic memberSemiCondensedSpecifies a semi-condensed FontStretch.
Public propertyStatic memberSemiExpandedSpecifies a semi-expanded FontStretch.
Public propertyStatic memberUltraCondensedSpecifies an ultra-condensed FontStretch.
Public propertyStatic memberUltraExpandedSpecifies an ultra-expanded FontStretch.
Top

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 "Font File Tables" section of the OpenType specification.

.NET Framework

Supported in: 4, 3.5, 3.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

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.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker