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