Share via


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

FontStretch의 새 인스턴스입니다.

적용 대상