mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Some minor bugfixes:
- invalid color transformation from CMYK color profiles - invalid unicode mapping for CID fonts
This commit is contained in:
@ -1785,6 +1785,7 @@ PDFFontCMap PDFFontCMap::createFromData(const QByteArray& data)
|
||||
{
|
||||
unicodeValue = (unicodeValue << 8) + static_cast<unsigned char>(byteArray[i]);
|
||||
}
|
||||
return unicodeValue;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user