WebOpenFont.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
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.