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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.