mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-20 14:22:36 +08:00
размер кеша для файлов шрифтов - 16
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63967 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
3d8dbf0ef9
commit
9c84b61c53
@ -52,6 +52,7 @@ namespace NSHtmlRenderer
|
||||
CASCHTMLRenderer3_Private()
|
||||
{
|
||||
m_oApplicationFonts.Initialize();
|
||||
m_oApplicationFonts.GetCache()->SetCacheSize(16);
|
||||
|
||||
m_lLastSavedPage = 0;
|
||||
m_oDocument.SetUpdater(this);
|
||||
|
||||
Reference in New Issue
Block a user