OpenTypeFont.GetKernValue

Returns the kern value correspoding to the given glyph combination.

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

Parameters

left
Char

Left glyph.

right
Char

Right glyph.

Returns

Single

Kern value correponds to the combination given.

Licensing Info

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

See Also

OpenTypeFont
ceTe.DynamicPDF.Text

In this topic