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