#61253 r=mkaply,jkobal a=blizzard Various OS/2 cleanup - fonts, print, and arcs

This commit is contained in:
mkaply@us.ibm.com 2007-09-06 11:40:52 -07:00
parent 522e234d4d
commit b473a9f311

View File

@ -81,6 +81,9 @@ struct nsGfxModuleData
};
int WideCharToMultiByte( int CodePage, const PRUnichar *pText, ULONG ulLength, char* 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);
BOOL IsDBCS();