remove call to FetchFontInfo which doesn't work on 8.5; r=sfraser; a=granrose; bug #37318

git-svn-id: svn://10.0.0.236/trunk@71085 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brade%netscape.com 2000-05-30 17:53:20 +00:00
parent e264fe43d4
commit f68a2bbd0b

View File

@ -71,8 +71,6 @@ NS_IMETHODIMP nsFontMetricsMac::Init(const nsFont& aFont, nsIAtom* aLangGroup, n
FontInfo fInfo;
GetFontInfo(&fInfo);
FetchFontInfo(theStyle.tsFont, theStyle.tsSize, theStyle.tsFace, &fInfo);
float dev2app;
mContext->GetDevUnitsToAppUnits(dev2app);