Aspose::Font::FontMetrics::GetKerningValue Methode
FontMetrics::GetKerningValue method
Gibt den Kerning-Wert für das Glyph-Paar zurück.
double Aspose::Font::FontMetrics::GetKerningValue(System::SharedPtr<Glyphs::GlyphId> prevGlyphId, System::SharedPtr<Glyphs::GlyphId> nextGlyphId) override
| Parameter | Typ | Beschreibung |
|---|---|---|
| prevGlyphId | System::SharedPtr<Glyphs::GlyphId> | Erstes Glyph im Paar. |
| nextGlyphId | System::SharedPtr<Glyphs::GlyphId> | Font Größe. |
ReturnValue
Kerning-Wert.
Siehe auch
- Typedef SharedPtr
- Class GlyphId
- Class FontMetrics
- Namespace Aspose::Font
- Library Aspose.Font for C++