mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Editor plugin: Encoding content - text encoding
This commit is contained in:
@ -225,12 +225,15 @@ private:
|
||||
bool isFilling);
|
||||
void writeText(QTextStream& stream, const QString& text);
|
||||
|
||||
QByteArray selectFont(const QByteArray& font);
|
||||
void addError(const QString& error);
|
||||
|
||||
PDFDocument* m_document = nullptr;
|
||||
PDFDictionary m_fontDictionary;
|
||||
PDFDictionary m_xobjectDictionary;
|
||||
QByteArray m_outputContent;
|
||||
PDFPageContentProcessorState m_currentState;
|
||||
PDFFontPointer m_textFont;
|
||||
};
|
||||
|
||||
class PDF4QTLIBCORESHARED_EXPORT PDFPageContentEditorProcessor : public PDFPageContentProcessor
|
||||
|
Reference in New Issue
Block a user