Aspose::Font::IFontMetrics::GetKerningValue метод
IFontMetrics::GetKerningValue method
Возвращает значение кернинга для пары глифов.
virtual double Aspose::Font::IFontMetrics::GetKerningValue(System::SharedPtr<Glyphs::GlyphId> prevGlyphId, System::SharedPtr<Glyphs::GlyphId> nextGlyphId)=0
| Параметр | Тип | Описание |
|---|---|---|
| prevGlyphId | System::SharedPtr<Glyphs::GlyphId> | Первый глиф в паре. |
| nextGlyphId | System::SharedPtr<Glyphs::GlyphId> | Font размер. |
ReturnValue
Значение кернинга.
См. также
- Typedef SharedPtr
- Class GlyphId
- Class IFontMetrics
- Namespace Aspose::Font
- Library Aspose.Font for C++