ошибк

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@63120 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Elen.Subbotina
2015-06-18 09:08:12 +00:00
committed by Alexander Trofimov
parent f3f9bce6b9
commit 736ef7cbf4

View File

@ -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;