mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix bug 76533
This commit is contained in:
@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user