ITextCharacterFormat.Weight 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置字符的字体粗细。
public:
property int Weight { int get(); void set(int value); };
int Weight();
void Weight(int value);
public int Weight { get; set; }
var int32 = iTextCharacterFormat.weight;
iTextCharacterFormat.weight = int32;
Public Property Weight As Integer
属性值
Int32
int
以数值表示的字体粗细。 请参阅“备注”。
注解
在标准版式 API 中,字体粗细通常表示为常量名称,例如“Bold”。 通过类型转换器行为和 FontWeights 支持类支持使用常量名称设置 Weight 属性。
FontWeights 值对应于 OpenType 规范中的“usWeightClass”定义。 “usWeightClass”表示介于 1 和 999 之间的整数值。 值越小,表示权重较轻;值越大,表示权重越重。