FontStretch.FromOpenTypeStretch(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Nouvelle instance de FontStretch.