Commit 07f6a35e authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

git-svn-id:...

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@55070 954022d7-b5bf-4e40-9824-e11837661b57
parent 0db05389
......@@ -598,7 +598,7 @@ TFontCacheSizes CFontFile::GetChar(LONG lUnicode)
{
if (m_pDefaultFont)
m_pDefaultFont->UpdateMatrix1();
m_pDefaultFont->UpdateMatrix1();
UpdateMatrix1();
}
LONG unGID = 0;
......
......@@ -208,6 +208,10 @@ public:
return m_pRenderer->m_bIntegerGrid;
}
void AddRect(const double& x, const double& y, const double& w, const double& h);
inline void SetFontAttack()
{
_SetFont();
}
protected:
void _SetFont();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment