FontWeight.FromOpenTypeWeight(Int32) Method

Definition

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