Commit 615dd7ce authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47668 954022d7-b5bf-4e40-9824-e11837661b57
parent faf65450
...@@ -662,6 +662,13 @@ function CFontFile(fileName, faceIndex) ...@@ -662,6 +662,13 @@ function CFontFile(fileName, faceIndex)
oSizes.ushGID = unGID; oSizes.ushGID = unGID;
oSizes.nCMapIndex = nCMapIndex.index; oSizes.nCMapIndex = nCMapIndex.index;
if (this.m_bIsNeedUpdateMatrix12)
{
if (this.m_pDefaultFont)
this.m_pDefaultFont.UpdateMatrix2();
this.UpdateMatrix2();
}
if (0 != FT_Load_Glyph(this.m_pFace, unGID, this.m_oFontManager.LOAD_MODE)) if (0 != FT_Load_Glyph(this.m_pFace, unGID, this.m_oFontManager.LOAD_MODE))
return; return;
......
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