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:
mkaply%us.ibm.com
2002-11-27 21:33:37 +00:00
parent f7464b5138
commit 45bdb3c528

View File

@@ -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 )
{