Aspose::Font::IFontMetrics::GetKerningValue Methode
IFontMetrics::GetKerningValue method
Gibt den Kerning-Wert für das Glyph-Paar zurück.
virtual double Aspose::Font::IFontMetrics::GetKerningValue(System::SharedPtr<Glyphs::GlyphId> prevGlyphId, System::SharedPtr<Glyphs::GlyphId> nextGlyphId)=0
| 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 IFontMetrics
- Namespace Aspose::Font
- Library Aspose.Font for C++