Aspose::Font::Ttf::TtfFontMetrics::GetKerningValue Methode
TtfFontMetrics::GetKerningValue method
Gibt den Kerning-Wert für das Glyph-Paar zurück.
double Aspose::Font::Ttf::TtfFontMetrics::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> | Größe des Font . |
ReturnValue
Kerning-Wert.
Siehe auch
- Typedef SharedPtr
- Class GlyphId
- Class TtfFontMetrics
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++