FontStretch.FromOpenTypeStretch(Int32) Method

Definition

Creates a new instance of FontStretch that corresponds to the OpenType usStretchClass value.

public:
 static System::Windows::FontStretch FromOpenTypeStretch(int stretchValue);
public static System.Windows.FontStretch FromOpenTypeStretch (int stretchValue);
static member FromOpenTypeStretch : int -> System.Windows.FontStretch
Public Shared Function FromOpenTypeStretch (stretchValue As Integer) As FontStretch

Parameters

stretchValue
Int32

An integer value between one and nine that corresponds to the usStretchValue definition in the OpenType specification.

Returns

A new instance of FontStretch.

Applies to