FontWeight.FromOpenTypeWeight(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 de FontWeight qui correspond à la valeur OpenType usWeightClass
.
public:
static System::Windows::FontWeight FromOpenTypeWeight(int weightValue);
public static System.Windows.FontWeight FromOpenTypeWeight (int weightValue);
static member FromOpenTypeWeight : int -> System.Windows.FontWeight
Public Shared Function FromOpenTypeWeight (weightValue As Integer) As FontWeight
Paramètres
- weightValue
- Int32
Valeur entière comprise entre 1 et 999 qui correspond à la définition de la usWeightClass
spécification OpenType.
Retours
Nouvelle instance de FontWeight.
Remarques
Pour plus d’informations sur la valeur OpenType usWeightClass
, consultez la section usWeightClass de la spécification OpenType.