Adding comment.

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

View File

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