Support for MMType1 fonts, minor bugfixing

This commit is contained in:
Jakub Melka
2020-08-18 19:39:09 +02:00
parent 8ea714555c
commit b1beca8ef9
6 changed files with 24 additions and 11 deletions

View File

@ -3131,7 +3131,7 @@ void PDFPageContentProcessor::drawText(const TextSequence& textSequence)
fontAdjustedMatrix.map(item.advance, 0.0, &displacementX, &ry);
}
if (item.characterContentStream)
if (item.characterContentStream && (fill || stroke))
{
PDFPageContentProcessorStateGuard guard(this);