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
ParameterTypeDescription
prevGlyphIdSystem::SharedPtr<Aspose::Font::Glyphs::GlyphId>First glyph in pair.
nextGlyphIdSystem::SharedPtr<Aspose::Font::Glyphs::GlyphId>Font size.

ReturnValue

Kerning value.

See Also