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