Implementation of font drawing - first part

This commit is contained in:
Jakub Melka
2019-03-30 18:45:30 +01:00
parent 21e125bd40
commit 81be3cbd21
8 changed files with 725 additions and 33 deletions

View File

@@ -102,6 +102,8 @@ void PDFPainter::performUpdateGraphicsState(const PDFPageContentProcessorState&
{
m_currentBrush.dirty();
}
PDFPageContentProcessor::performUpdateGraphicsState(state);
}
void PDFPainter::performSaveGraphicState(ProcessOrder order)