FontStretch.FromOpenTypeStretch(Int32) メソッド

定義

OpenType usStretchClass 値に対応する の FontStretch 新しいインスタンスを作成します。

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

パラメーター

stretchValue
Int32

OpenType 仕様の usStretchValue 定義に対応する 1 ~ 9 の整数値。

戻り値

FontStretch の新しいインスタンス。

適用対象