FontMetrics.GetKerningValue

FontMetrics.GetKerningValue method

Returns kerning value for the glyph pair.

public virtual double GetKerningValue(GlyphId prevGlyphId, GlyphId nextGlyphId)
ParameterTypeDescription
prevGlyphIdGlyphIdFirst glyph in pair.
nextGlyphIdGlyphIdFont size.

Return Value

Kerning value.

See Also