Merge remote-tracking branch 'origin/hotfix/v9.0.4' into fix/pdf-copy-paste

This commit is contained in:
Svetlana Kulikova
2025-07-16 12:14:51 +03:00
70 changed files with 586 additions and 403 deletions

View File

@ -99,6 +99,7 @@ WASM_EXPORT int GetErrorCode(CDrawingFile* pFile)
WASM_EXPORT void Close(CDrawingFile* pFile)
{
delete pFile;
g_applicationFonts->GetStreams()->Clear();
NSFonts::NSApplicationFontStream::SetGlobalMemoryStorage(NULL);
}
WASM_EXPORT BYTE* GetInfo(CDrawingFile* pFile)