FontStretch.FromOpenTypeStretch(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建对应于 OpenType usStretchClass 值的新实例 FontStretch 。
public:
static System::Windows::FontStretch FromOpenTypeStretch(int stretchValue);
public static System.Windows.FontStretch FromOpenTypeStretch (int stretchValue);
static member FromOpenTypeStretch : int -> System.Windows.FontStretch
Public Shared Function FromOpenTypeStretch (stretchValue As Integer) As FontStretch
参数
- stretchValue
- Int32
一个介于 1 和 9 之间的整数值,对应于 OpenType 规范中的 usStretchValue 定义。
返回
FontStretch 的新实例。