This commit is contained in:
roc+@cs.cmu.edu 2007-07-16 16:45:16 -07:00
Родитель bf6708d519
Коммит 94b70c36bd
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -864,6 +864,7 @@ gfxPangoFontGroup::InitTextRun(gfxTextRun *aTextRun, const gchar *aUTF8Text,
CreateGlyphRunsXft(aTextRun, aUTF8Text + aUTF8HeaderLength, aUTF8Length - aUTF8HeaderLength);
#else
#if defined(ENABLE_XFT_FAST_PATH_8BIT)
// We need to always use Pango for RTL text, in case glyph mirroring is required
if (aTake8BitPath && !aTextRun->IsRightToLeft()) {
CreateGlyphRunsXft(aTextRun, aUTF8Text + aUTF8HeaderLength, aUTF8Length - aUTF8HeaderLength);
return;