FontStretch.FromOpenTypeStretch(Int32) Méthode

Définition

Crée une instance correspondant FontStretch à la valeur OpenType usStretchClass.

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

Paramètres

stretchValue
Int32

Valeur entière comprise entre un et neuf qui correspond à la définition usStretchValue dans la spécification OpenType.

Retours

FontStretch

Nouvelle instance de FontStretch.

S’applique à