Fix bug 76533

This commit is contained in:
Svetlana Kulikova
2025-10-11 16:08:32 +03:00
parent e898a9bb99
commit 1849f7a69f

View File

@ -1762,8 +1762,7 @@ GfxCIDFont::GfxCIDFont(XRef *xref, const char *tagA, Ref idA, GString *nameA,
// check for fonts that use the Identity-H encoding (cmap), and the
// Adobe-Identity character collection
identityEnc = obj1.isName("Identity-H") &&
!collection->cmp("Adobe-Identity");
identityEnc = obj1.isName("Identity-H");
obj1.free();