Aspose::Font::FontMetrics::GetKerningValue metodo
FontMetrics::GetKerningValue method
Restituisce il valore di kerning per la coppia di glifi.
double Aspose::Font::FontMetrics::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 del Font. |
ReturnValue
Valore di kerning.
Vedi anche
- Typedef SharedPtr
- Class GlyphId
- Class FontMetrics
- Namespace Aspose::Font
- Library Aspose.Font for C++