#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
Родитель e328e4344f
Коммит 24becad7e3
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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();