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