From e49db0ab58fb55d87062e493d8065039921e6d68 Mon Sep 17 00:00:00 2001 From: "jdaggett@mozilla.com" Date: Thu, 14 Feb 2008 21:12:32 -0800 Subject: [PATCH] Bug 416062. Test all faces for a given codepoint, not just the first one. r+sr=roc --- gfx/thebes/src/gfxQuartzFontCache.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/thebes/src/gfxQuartzFontCache.mm b/gfx/thebes/src/gfxQuartzFontCache.mm index 034a6cd39..562eca0f6 100644 --- a/gfx/thebes/src/gfxQuartzFontCache.mm +++ b/gfx/thebes/src/gfxQuartzFontCache.mm @@ -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 -- 2.11.4.GIT