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