mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Flag 8-bit ATSUI text too. Bug 368799.
This commit is contained in:
parent
d86fcb2366
commit
b07f9887e4
@ -476,6 +476,7 @@ gfxTextRun *
|
||||
gfxAtsuiFontGroup::MakeTextRun(const PRUint8* aString, PRUint32 aLength,
|
||||
Parameters* aParams)
|
||||
{
|
||||
aParams->mFlags |= TEXT_IS_8BIT;
|
||||
return new gfxWrapperTextRun(this, aString, aLength, aParams);
|
||||
}
|
||||
|
||||
|
@ -654,7 +654,7 @@ gfxTextRun *
|
||||
gfxWindowsFontGroup::MakeTextRun(const PRUint8* aString, PRUint32 aLength,
|
||||
Parameters* aParams)
|
||||
{
|
||||
aParams->mFlags |= gfxTextRunFactory::TEXT_IS_8BIT;
|
||||
aParams->mFlags |= TEXT_IS_8BIT;
|
||||
return new gfxWrapperTextRun(this, aString, aLength, aParams);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user