Aspose::Font::IFontMetrics::GetKerningValue метод

IFontMetrics::GetKerningValue method

Возвращает значение кернинга для пары глифов.

virtual double Aspose::Font::IFontMetrics::GetKerningValue(System::SharedPtr<Glyphs::GlyphId> prevGlyphId, System::SharedPtr<Glyphs::GlyphId> nextGlyphId)=0
ПараметрТипОписание
prevGlyphIdSystem::SharedPtr<Glyphs::GlyphId>Первый глиф в паре.
nextGlyphIdSystem::SharedPtr<Glyphs::GlyphId>Font размер.

ReturnValue

Значение кернинга.

См. также