ITextCharacterFormat.Kerning Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the minimum font size at which kerning occurs.
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
Property Value
float
The kerning size, in floating-point points.
Remarks
If the value is zero, kerning is turned off. Positive values turn on pair kerning for font point sizes greater than or equal to the kerning value. For example, the value 1 turns on kerning for all legible sizes, whereas 16 turns on kerning only for font sizes of 16 points and larger.