Méthode Aspose::Font::IFontMetrics::GetKerningValue
IFontMetrics::GetKerningValue method
Renvoie la valeur du crénage pour la paire de glyphes.
virtual double Aspose::Font::IFontMetrics::GetKerningValue(System::SharedPtr<Glyphs::GlyphId> prevGlyphId, System::SharedPtr<Glyphs::GlyphId> nextGlyphId)=0
| Paramètre | Type | Description |
|---|---|---|
| idGlyphPrécédent | System::SharedPtr<Glyphs::GlyphId> | Premier glyphe de la paire. |
| nextGlyphId | System::SharedPtr<Glyphs::GlyphId> | Taille du Font. |
ReturnValue
Valeur de crénage.
Voir aussi
- Typedef SharedPtr
- Class GlyphId
- Class IFontMetrics
- Namespace Aspose::Font
- Library Aspose.Font for C++