mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Support for MMType1 fonts, minor bugfixing
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user