зеркало из https://github.com/mozilla/gecko-dev.git
Make CheckFontExistence('Symbol') to tell the truth, b=161048, r=ftang, sr=sfraser
This commit is contained in:
Родитель
fa82da360f
Коммит
38e707815f
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче