Issue #72: Cannot select text

This commit is contained in:
Jakub Melka 2023-09-02 15:51:29 +02:00
parent 7eb2f2a465
commit ae6c6eb76b

View File

@ -2101,6 +2101,8 @@ PDFFontCMap PDFFontCMap::createFromData(const QByteArray& data)
}
}
else if (command == "beginbfrange")
{
while (true)
{
PDFLexicalAnalyzer::Token token1 = parser.fetch();
@ -2119,6 +2121,7 @@ PDFFontCMap PDFFontCMap::createFromData(const QByteArray& data)
entries.emplace_back(from.first, to.first, qMax(from.second, to.second), cid);
}
}
else if (command == "begincidrange")
{
while (true)