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