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