Font.GetKernValue

Returns kerning space between two chars.

public float GetKernValue(char left, char right)
Function GetKernValue(left As Char, right As Char) As Single

Parameters

left
Char

Char in left side of the pair.

right
Char

Char in the right side of the pair.

Returns

Single

Kerning space between the given chars.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

Font
ceTe.DynamicPDF

In this topic