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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user