Commit 736ef7cb authored by Elen.Subbotina's avatar Elen.Subbotina Committed by Alexander Trofimov

ошибк

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63120 954022d7-b5bf-4e40-9824-e11837661b57
parent f3f9bce6
......@@ -386,8 +386,8 @@ TBBox CFontManager::MeasureString()
float fT, fB, fL, fR;
m_oString.GetBBox(&fL, &fT, &fR, &fB, nIndex);
if (oBox.fMaxX < fB)
oBox.fMaxX = fB;
if (oBox.fMaxY < fB)
oBox.fMaxY = fB;
if (oBox.fMinY > fT)
oBox.fMinY = fT;
......
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