mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Bugfixes - PostScript functions can have blocks without if - for example '{ 2 3 add }'
This commit is contained in:
@ -575,6 +575,12 @@ private:
|
||||
/// Returns realized font (or empty font, if font can't be realized)
|
||||
PDFRealizedFontPointer getRealizedFontImpl() const;
|
||||
|
||||
/// Checks, if stroking color is valid
|
||||
void checkStrokingColor();
|
||||
|
||||
/// Checks, if filling color is valid
|
||||
void checkFillingColor();
|
||||
|
||||
const PDFPage* m_page;
|
||||
const PDFDocument* m_document;
|
||||
const PDFFontCache* m_fontCache;
|
||||
|
Reference in New Issue
Block a user