#60973 r=jkobal, a=blizzard Convert system font names to Unicode

This commit is contained in:
mkaply@us.ibm.com 2007-09-06 11:40:53 -07:00
parent 24becad7e3
commit a3687a66c8

View File

@ -81,6 +81,7 @@ struct nsGfxModuleData
};
int WideCharToMultiByte( int CodePage, const PRUnichar *pText, ULONG ulLength, char* szBuffer, ULONG ulSize );
int MultiByteToWideChar( int CodePage, const char*pText, ULONG ulLength, PRUnichar *szBuffer, ULONG ulSize );
BOOL GetTextExtentPoint32(HPS aPS, const char* aString, int aLength, PSIZEL aSizeL);
BOOL ExtTextOut(HPS aPS, int X, int Y, UINT fuOptions, const RECTL* lprc,
const char* aString, unsigned int aLength, const int* pDx);