Aspose::Font::Ttf::TtfFontMetrics::GetKerningValue méthode
TtfFontMetrics::GetKerningValue method
Renvoie la valeur du crénage pour la paire de glyphes.
double Aspose::Font::Ttf::TtfFontMetrics::GetKerningValue(System::SharedPtr<Glyphs::GlyphId> prevGlyphId, System::SharedPtr<Glyphs::GlyphId> nextGlyphId) override
| 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 TtfFontMetrics
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++