ITextCharacterFormat.Kerning 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定發生 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。