зеркало из https://github.com/mozilla/pjs.git
bug 30022; added support for Enlarge/Reduce Text Size for Unix
This commit is contained in:
Родитель
569bb8093b
Коммит
716392bd35
|
@ -199,7 +199,9 @@ NS_IMETHODIMP nsFontMetricsGTK::Init(const nsFont& aFont, nsIAtom* aLangGroup,
|
|||
}
|
||||
}
|
||||
}
|
||||
mPixelSize = NSToIntRound(app2dev * factor * mFont->size);
|
||||
float textZoom = 1.0;
|
||||
mDeviceContext->GetTextZoom(textZoom);
|
||||
mPixelSize = NSToIntRound(app2dev * textZoom * factor * mFont->size);
|
||||
if (mPixelSize < minimum) {
|
||||
mPixelSize = minimum;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче