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

ReturnValue

Kerning value.

See Also