зеркало из https://github.com/mozilla/pjs.git
Bug 416062. Test all faces for a given codepoint, not just the first one. r+sr=roc
This commit is contained in:
Родитель
4ec2044d59
Коммит
be028c483c
|
@ -312,7 +312,7 @@ MacOSFamilyEntry::FindFontForChar(FontSearch *aMatchData)
|
|||
|
||||
// if we didn't match any characters don't bother wasting more time.
|
||||
if (rank == 0)
|
||||
return;
|
||||
continue;
|
||||
|
||||
// omitting from original windows code -- family name, lang group, pitch
|
||||
// not available in current FontEntry implementation
|
||||
|
|
Загрузка…
Ссылка в новой задаче