Fix CPdfReader functions

This commit is contained in:
Svetlana Kulikova
2025-02-25 17:48:42 +03:00
parent f28dc0a36a
commit 4085f58b09
2 changed files with 161 additions and 101 deletions

View File

@ -100,7 +100,7 @@ public:
private:
void Clear();
void ReadFonts();
int GetPageIndex(int nPageIndex, PDFDoc** pDoc = NULL, PdfReader::CPdfFontList** pFontList = NULL);
std::wstring m_wsTempFolder;
NSFonts::IFontManager* m_pFontManager;