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