共用方式為


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 值的字型大小開啟字型大小字型大小的字位字位。 例如,值 1 會開啟所有可辨識大小的 Kerning,而 16 則只會針對 16 點和更大的字型大小開啟 Kerning。

適用於