FontWeight.FromOpenTypeWeight(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of FontWeight that corresponds to the OpenType usWeightClass
value.
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
Parameters
- weightValue
- Int32
An integer value between 1 and 999 that corresponds to the usWeightClass
definition in the OpenType specification.
Returns
A new instance of FontWeight.
Remarks
For more information about the OpenType usWeightClass
value, see the usWeightClass section of the OpenType specification.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.