Make CheckFontExistence('Symbol') to tell the truth, b=161048, r=ftang, sr=sfraser

git-svn-id: svn://10.0.0.236/trunk@126941 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rbs%maths.uq.edu.au
2002-08-10 02:10:50 +00:00
parent 365c7f7012
commit d5c77885a5

View File

@@ -976,7 +976,7 @@ bool nsDeviceContextMac :: GetMacFontNumber(const nsString& aFontName, short &aF
InitFontInfoList();
FontNameKey key(aFontName);
aFontNum = (short)gFontInfoList->Get(&key);
return (aFontNum != 0) && (kFontIDSymbol != aFontNum);
return (aFontNum != 0);
}