Aspose::Font::FontMetrics::GetKerningValue method
FontMetrics::GetKerningValue method
Returns kerning value for the glyph pair.
double Aspose::Font::FontMetrics::GetKerningValue(System::SharedPtr<Glyphs::GlyphId> prevGlyphId, System::SharedPtr<Glyphs::GlyphId> nextGlyphId) override
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 FontMetrics
- Namespace Aspose::Font
- Library Aspose.Font for C++