зеркало из https://github.com/mozilla/gecko-dev.git
Use the text run's font group for the tab width instead of recomputing it from the frame. (Bug 627842, patch 7) r=roc
This commit is contained in:
Родитель
c8a116a10b
Коммит
718291d781
|
@ -2757,8 +2757,7 @@ ComputeTabWidthAppUnits(nsIFrame* aFrame, gfxTextRun* aTextRun)
|
|||
// Round the space width when converting to appunits the same way
|
||||
// textruns do
|
||||
gfxFloat spaceWidthAppUnits =
|
||||
NS_round(GetFirstFontMetrics(
|
||||
GetFontGroupForFrame(aFrame)).spaceWidth *
|
||||
NS_round(GetFirstFontMetrics(aTextRun->GetFontGroup()).spaceWidth *
|
||||
aTextRun->GetAppUnitsPerDevUnit());
|
||||
return textStyle->mTabSize * spaceWidthAppUnits;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче