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

This commit is contained in:
rbs%maths.uq.edu.au 2002-08-10 02:10:50 +00:00
Родитель fa82da360f
Коммит 38e707815f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);
}