ITextCharacterFormat.Kerning Property

Definition

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

Single

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.

Applies to