r=me, sr=blizzard (platform specific code) OS/2 only - regession caused by webdings code - forgot to set convertcodepage in unicode case git-svn-id: svn://10.0.0.236/trunk@134540 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1621,6 +1621,7 @@ nsFontMetricsOS2::ResolveForwards(HPS aPS,
|
||||
fh = new nsFontOS2();
|
||||
*fh = *mFontHandle;
|
||||
fh->mFattrs.usCodePage = 1252;
|
||||
fh->mConvertCodePage = 1252;
|
||||
fontSwitch.mFont = fh;
|
||||
while( ++currChar < lastChar )
|
||||
{
|
||||
@@ -1715,6 +1716,7 @@ nsFontMetricsOS2::ResolveBackwards(HPS aPS,
|
||||
fh = new nsFontOS2();
|
||||
*fh = *mFontHandle;
|
||||
fh->mFattrs.usCodePage = 1252;
|
||||
fh->mConvertCodePage = 1252;
|
||||
fontSwitch.mFont = fh;
|
||||
while( --currChar > lastChar )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user