FontWeight.FromOpenTypeWeight(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建对应于 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 之间的整数值,对应于 usWeightClass
OpenType 规范中的定义。
返回
FontWeight 的新实例。
注解
有关 OpenType 值的详细信息,请参阅 OpenType usWeightClass
规范的 usWeightClass 部分。