djvu get glyphs separately from paint

This commit is contained in:
Kulikova Svetlana
2021-07-30 18:27:49 +03:00
parent ef7281f362
commit 18a4775984
11 changed files with 323 additions and 218 deletions

View File

@ -73,6 +73,6 @@ public:
void ConvertToPdf(const std::wstring& path);
#ifdef WASM_MODE
BYTE* GetStructure();
BYTE* GetPageGlyphs();
BYTE* GetPageGlyphs(int nPageIndex, int nRasterW, int nRasterH);
#endif
};