Text form field bugfixing

This commit is contained in:
Jakub Melka
2020-05-11 19:34:17 +02:00
parent ce585262c2
commit 0f4eeeacb7
4 changed files with 106 additions and 5 deletions

View File

@ -134,6 +134,11 @@ public:
PDFObject takeObject();
/// Creates text string object from QString, using PDFDocEncoding, if possible,
/// if not, then UTF-16 BE encoding is used
/// \param textString Text to be converted
static PDFObject createTextString(QString textString);
private:
void addObject(PDFObject object);