طريقة Aspose::Font::IFontMetrics::GetKerningValue
IFontMetrics::GetKerningValue method
يرجع قيمة التباعد بين الشكلين.
virtual double Aspose::Font::IFontMetrics::GetKerningValue(System::SharedPtr<Glyphs::GlyphId> prevGlyphId, System::SharedPtr<Glyphs::GlyphId> nextGlyphId)=0
| معامل | نوع | الوصف |
|---|---|---|
| prevGlyphId | System::SharedPtr<Glyphs::GlyphId> | الرمز الأول في الزوج. |
| nextGlyphId | System::SharedPtr<Glyphs::GlyphId> | حجم Font. |
ReturnValue
قيمة kerning.
انظر أيضًا
- Typedef SharedPtr
- Class GlyphId
- Class IFontMetrics
- Namespace Aspose::Font
- Library Aspose.Font for C++