طريقة Aspose::Font::Cff::CffEncoding::DecodeToGid

CffEncoding::DecodeToGid method

تحصل على Gid لـ charCode الممرَّر. تم تصميم هذه الطريقة لخطوط CFF CIDFonts، حيث يجب أن يكون charCode قيمة CID صالحة. معرف الحرف هو رقم فريد لحرف، يعتمد على نوع الخط. معرف حرف CFF Font يمكن أن يكون مثالًا على فئة (GlyphStringId) أو فئة (GlyphUInt32Id).

System::SharedPtr<Glyphs::GlyphId> Aspose::Font::Cff::CffEncoding::DecodeToGid(uint32_t charCode) override
معاملنوعالوصف
charCodeuint32_tرمز الحرف (CID) للحصول على معرف الحرف.

ReturnValue

معرف الحرف المتعلق بـ CID الممرَّر.

انظر أيضًا