mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 01:04:34 +08:00
CMap file
This commit is contained in:
@ -101,6 +101,12 @@ CPdfReader::~CPdfReader()
|
||||
RELEASEOBJECT(globalParams);
|
||||
RELEASEINTERFACE(m_pFontManager);
|
||||
}
|
||||
void CPdfReader::SetCMapData(BYTE* pData, DWORD nSizeData)
|
||||
{
|
||||
#ifdef CMAP_USE_MEMORY
|
||||
((GlobalParamsAdaptor*)globalParams)->CMapDataFromMemory(pData, nSizeData);
|
||||
#endif
|
||||
}
|
||||
bool CPdfReader::LoadFromFile(NSFonts::IApplicationFonts* pAppFonts, const std::wstring& wsSrcPath, const std::wstring& wsOwnerPassword, const std::wstring& wsUserPassword)
|
||||
{
|
||||
RELEASEINTERFACE(m_pFontManager);
|
||||
|
||||
Reference in New Issue
Block a user