Aspose::Font::Ttf::TtfFontMetrics::GetKerningValue metodo
TtfFontMetrics::GetKerningValue method
Restituisce il valore di kerning per la coppia di glifi.
double Aspose::Font::Ttf::TtfFontMetrics::GetKerningValue(System::SharedPtr<Glyphs::GlyphId> prevGlyphId, System::SharedPtr<Glyphs::GlyphId> nextGlyphId) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| prevGlyphId | System::SharedPtr<Glyphs::GlyphId> | Primo glifo nella coppia. |
| nextGlyphId | System::SharedPtr<Glyphs::GlyphId> | dimensione Font. |
ReturnValue
Valore di kerning.
Vedi anche
- Typedef SharedPtr
- Class GlyphId
- Class TtfFontMetrics
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++