Aspose::Font::IFontEncoding::GidToUnicode طريقة
IFontEncoding::GidToUnicode method
يقوم بفك تشفير Gid إلى Unicode. معرف الشكل هو رقم فريد للشكل، ويعتمد على نوع الخط. على سبيل المثال: Type1’s هو اسم شكل، وهو مثال على الفئة (GlyphStringId). معرف TTF هو فهرس عدد صحيح، وهو مثال على الفئة (GlyphUInt32Id).
virtual uint32_t Aspose::Font::IFontEncoding::GidToUnicode(System::SharedPtr<Glyphs::GlyphId> gid)=0
| معامل | نوع | الوصف |
|---|---|---|
| gid | System::SharedPtr<Glyphs::GlyphId> | معرف الشكل للرمز المراد فك ترميزه. |
ReturnValue
قيمة يونيكود المرتبطة بمعرف الشكل الممرَّر.
انظر أيضًا
- Typedef SharedPtr
- Class GlyphId
- Class IFontEncoding
- Namespace Aspose::Font
- Library Aspose.Font for C++