IFontMetrics.GetKerningValue
IFontMetrics.GetKerningValue method
Returns kerning value for the glyph pair.
public double GetKerningValue(GlyphId prevGlyphId, GlyphId nextGlyphId)
| Parameter | Type | Description |
|---|---|---|
| prevGlyphId | GlyphId | First glyph in pair. |
| nextGlyphId | GlyphId | Font size. |
Return Value
Kerning value.
See Also
- class GlyphId
- interface IFontMetrics
- namespace Aspose.Font
- assembly Aspose.Font