Metodo Aspose::Font::IFontMetrics::GetKerningValue
IFontMetrics::GetKerningValue method
Restituisce il valore di kerning per la coppia di glifi.
virtual double Aspose::Font::IFontMetrics::GetKerningValue(System::SharedPtr<Glyphs::GlyphId> prevGlyphId, System::SharedPtr<Glyphs::GlyphId> nextGlyphId)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| prevGlyphId | System::SharedPtr<Glyphs::GlyphId> | Primo glifo nella coppia. |
| nextGlyphId | System::SharedPtr<Glyphs::GlyphId> | Dimensione del Font. |
ReturnValue
Valore di kerning.
Vedi anche
- Typedef SharedPtr
- Class GlyphId
- Class IFontMetrics
- Namespace Aspose::Font
- Library Aspose.Font for C++