standard font handling

This commit is contained in:
Jakub Melka
2019-04-29 18:13:16 +02:00
parent 11cb52921e
commit 5318e0e465
3 changed files with 73 additions and 5 deletions

View File

@ -597,6 +597,10 @@ private:
/// Actually realized physical font
PDFCachedItem<PDFRealizedFontPointer> m_realizedFont;
/// Actual clipping path obtained from text. Clipping path
/// is in device space coordinates.
QPainterPath m_textClippingPath;
};
} // namespace pdf