mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Editor plugin: Content stream builder
This commit is contained in:
@ -225,6 +225,8 @@ private:
|
||||
bool isFilling);
|
||||
void writeText(QTextStream& stream, const QString& text);
|
||||
|
||||
void writeImage(QTextStream& stream, const QImage& image);
|
||||
|
||||
QByteArray selectFont(const QByteArray& font);
|
||||
void addError(const QString& error);
|
||||
|
||||
@ -235,6 +237,7 @@ private:
|
||||
QByteArray m_outputContent;
|
||||
PDFPageContentProcessorState m_currentState;
|
||||
PDFFontPointer m_textFont;
|
||||
QStringList m_errors;
|
||||
};
|
||||
|
||||
class PDF4QTLIBCORESHARED_EXPORT PDFPageContentEditorProcessor : public PDFPageContentProcessor
|
||||
|
Reference in New Issue
Block a user