mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
djvu get glyphs separately from paint
This commit is contained in:
@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user