зеркало из https://github.com/mozilla/pjs.git
Adding comment.
This commit is contained in:
Родитель
8432ea4de7
Коммит
a92e693178
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче