共用方式為


ITextCharacterFormat.Kerning 屬性

定義

取得或設定發生 Kerning 的最小字型大小。

public:
 property float Kerning { float get(); void set(float value); };
float Kerning();

void Kerning(float value);
public float Kerning { get; set; }
var single = iTextCharacterFormat.kerning;
iTextCharacterFormat.kerning = single;
Public Property Kerning As Single

屬性值

Single

float

浮點數中的 Kerning 大小。

備註

如果值為零,則會關閉 Kerning。 正值會針對大於或等於 kerning 值的字型點大小開啟成對的 Kerning。 例如,值 1 會開啟所有可讀大小的 Kerning,而 16 則只會針對 16 點和更大的字型大小開啟 Kerning。

適用於