Fixing reftest failure, hopefully. r=pavlov

git-svn-id: svn://10.0.0.236/trunk@230075 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
roc+%cs.cmu.edu
2007-07-16 23:44:41 +00:00
parent e5e5eed922
commit 55a8fb5bb5

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;
}