Bug 416062. Test all faces for a given codepoint, not just the first one. r+sr=roc

This commit is contained in:
jdaggett%mozilla.com 2008-02-15 05:12:32 +00:00
Родитель 4ec2044d59
Коммит be028c483c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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