mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-15 22:57:23 +08:00
add test
This commit is contained in:
@ -81,6 +81,11 @@ CPdfRenderer* CPdfFile::GetWriter()
|
||||
return m_pInternal->pWriter;
|
||||
}
|
||||
|
||||
NSFonts::IFontManager* CPdfFile::GetFontManager()
|
||||
{
|
||||
return m_pInternal->pReader->GetFontManager();
|
||||
}
|
||||
|
||||
void CPdfFile::SetTempDirectory(const std::wstring& wsPath)
|
||||
{
|
||||
m_pInternal->pWriter->SetTempFolder (wsPath);
|
||||
|
||||
Reference in New Issue
Block a user