зеркало из https://github.com/mozilla/pjs.git
We don't have to copy the metrics so lets not!. bug 342366. r=vlad
This commit is contained in:
Родитель
8fb8c1950f
Коммит
7e82427069
|
@ -115,7 +115,7 @@ nsThebesFontMetrics::Destroy()
|
|||
|
||||
#define ROUND_TO_TWIPS(x) NSToCoordRound((x) * mDev2App)
|
||||
|
||||
gfxFont::Metrics nsThebesFontMetrics::GetMetrics()
|
||||
const gfxFont::Metrics& nsThebesFontMetrics::GetMetrics() const
|
||||
{
|
||||
return mFontGroup->GetFontAt(0)->GetMetrics();
|
||||
}
|
||||
|
|
|
@ -145,7 +145,7 @@ public:
|
|||
|
||||
protected:
|
||||
|
||||
gfxFont::Metrics GetMetrics();
|
||||
const gfxFont::Metrics& GetMetrics() const;
|
||||
|
||||
gfxFontGroup *mFontGroup;
|
||||
gfxFontStyle *mFontStyle;
|
||||
|
|
Загрузка…
Ссылка в новой задаче