共用方式為


ITextCharacterFormat.Weight 屬性

定義

取得或設定字元的字型粗細。

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」。 使用常數名稱來設定 Weight 屬性可透過類型轉換器行為和 FontWeights 支援類別來支援。

FontWeights值會對應至OpenType 規格中的 「usWeightClass」 定義。 「usWeightClass」 代表介於 1 到 999 之間的整數值。 較低的值表示較輕的權數;較高的值表示較重的權數。

適用於