TtfFontMetrics.GetKerningValue
TtfFontMetrics.GetKerningValue method
Returns kerning value for the glyph pair.
public override 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
- class TtfFontMetrics
- namespace Aspose.Font.Ttf
- assembly Aspose.Font