FontWeight.FromOpenTypeWeight(Int32) 方法

定义

创建对应于 OpenType usWeightClass 值的新实例FontWeight

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

参数

weightValue
Int32

一个介于 1 和 999 之间的整数值,对应于 OpenType 规范中的 usWeightClass 定义。

返回

FontWeight

FontWeight 的新实例。

注解

有关 OpenType 值的详细信息,请参阅 OpenType usWeightClass 规范的 usWeightClass 部分。

适用于