IFontMetrics.GetKerningValue

IFontMetrics.GetKerningValue method

Returns kerning value for the glyph pair.

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

Return Value

Kerning value.

See Also