Aspose::Font::IFontMetrics::GetKerningValue method
IFontMetrics::GetKerningValue method
Returns kerning value for the glyph pair.
virtual double Aspose::Font::IFontMetrics::GetKerningValue(System::SharedPtr<Glyphs::GlyphId> prevGlyphId, System::SharedPtr<Glyphs::GlyphId> nextGlyphId)=0
| Parameter | Type | Description |
|---|---|---|
| prevGlyphId | System::SharedPtr<Glyphs::GlyphId> | First glyph in pair. |
| nextGlyphId | System::SharedPtr<Glyphs::GlyphId> | Font size. |
ReturnValue
Kerning value.
See Also
- Typedef SharedPtr
- Class GlyphId
- Class IFontMetrics
- Namespace Aspose::Font
- Library Aspose.Font for C++