طريقة Aspose::Font::Cff::CffEncoding::DecodeToGid
CffEncoding::DecodeToGid method
تحصل على Gid لـ charCode الممرَّر. تم تصميم هذه الطريقة لخطوط CFF CIDFonts، حيث يجب أن يكون charCode قيمة CID صالحة. معرف الحرف هو رقم فريد لحرف، يعتمد على نوع الخط. معرف حرف CFF Font يمكن أن يكون مثالًا على فئة (GlyphStringId) أو فئة (GlyphUInt32Id).
System::SharedPtr<Glyphs::GlyphId> Aspose::Font::Cff::CffEncoding::DecodeToGid(uint32_t charCode) override
| معامل | نوع | الوصف |
|---|---|---|
| charCode | uint32_t | رمز الحرف (CID) للحصول على معرف الحرف. |
ReturnValue
معرف الحرف المتعلق بـ CID الممرَّر.
انظر أيضًا
- Typedef SharedPtr
- Class GlyphId
- Class CffEncoding
- Namespace Aspose::Font::Cff
- Library Aspose.Font for C++