Commit 28de4150 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@54727 954022d7-b5bf-4e40-9824-e11837661b57
parent 4229a26f
......@@ -819,7 +819,7 @@ BOOL CFontFile::GetString2(CGlyphString& oString)
oSizes.oMetrics.fVertBearingY = (float)(pFace->glyph->metrics.vertBearingY >> 6);
oSizes.oMetrics.fWidth = (float)(pFace->glyph->metrics.width >> 6);
oSizes.bBitmap = true;
pCurGlyph->bBitmap = true;
if (FT_Render_Glyph(pCurentGliph, REND_MODE))
return FALSE;
......@@ -1087,7 +1087,7 @@ BOOL CFontFile::GetString2C(CGlyphString& oString)
oSizes.oMetrics.fVertBearingY = (float)(pFace->glyph->metrics.vertBearingY >> 6);
oSizes.oMetrics.fWidth = (float)(pFace->glyph->metrics.width >> 6);
oSizes.bBitmap = true;
pCurGlyph->bBitmap = true;
if (FT_Render_Glyph(pCurentGliph, REND_MODE))
return FALSE;
......
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