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