Some minor bugfixes

This commit is contained in:
Jakub Melka
2019-04-16 18:23:43 +02:00
parent 27fa4eb8aa
commit 9d982747e2
2 changed files with 2 additions and 1 deletions

View File

@ -1620,7 +1620,7 @@ void PDFPageContentProcessor::operatorTextSetMatrix(PDFReal a, PDFReal b, PDFRea
void PDFPageContentProcessor::operatorTextMoveByLeading()
{
operatorTextMoveByOffset(0.0, m_graphicState.getTextLeading());
operatorTextMoveByOffset(0.0, -m_graphicState.getTextLeading());
}
void PDFPageContentProcessor::operatorTextShowTextString(PDFOperandString text)