mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Font information
This commit is contained in:
@ -226,7 +226,7 @@ private:
|
||||
/// an array of pairs key-value, where key is name object and value is any
|
||||
/// PDF object. For this reason, we use QByteArray for key. We do not use
|
||||
/// map, because dictionaries are usually small.
|
||||
class PDFDictionary : public PDFObjectContent
|
||||
class PDFFORQTLIBSHARED_EXPORT PDFDictionary : public PDFObjectContent
|
||||
{
|
||||
public:
|
||||
using DictionaryEntry = std::pair<QByteArray, PDFObject>;
|
||||
|
Reference in New Issue
Block a user