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