размер кеша для файлов шрифтов - 16

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63967 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Oleg.Korshul
2015-08-07 15:37:43 +00:00
committed by Alexander Trofimov
parent 3d8dbf0ef9
commit 9c84b61c53
2 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@ namespace NSHtmlRenderer
CASCHTMLRenderer3_Private()
{
m_oApplicationFonts.Initialize();
m_oApplicationFonts.GetCache()->SetCacheSize(16);
m_lLastSavedPage = 0;
m_oDocument.SetUpdater(this);