Fixing reftest failure, hopefully. r=pavlov

This commit is contained in:
roc+@cs.cmu.edu 2007-07-16 16:44:41 -07:00
parent f358acdfca
commit 236f0ad4d2

View File

@ -864,7 +864,7 @@ gfxPangoFontGroup::InitTextRun(gfxTextRun *aTextRun, const gchar *aUTF8Text,
CreateGlyphRunsXft(aTextRun, aUTF8Text + aUTF8HeaderLength, aUTF8Length - aUTF8HeaderLength);
#else
#if defined(ENABLE_XFT_FAST_PATH_8BIT)
if (aTake8BitPath) {
if (aTake8BitPath && !aTextRun->IsRightToLeft()) {
CreateGlyphRunsXft(aTextRun, aUTF8Text + aUTF8HeaderLength, aUTF8Length - aUTF8HeaderLength);
return;
}