зеркало из https://github.com/mozilla/gecko-dev.git
#61253 r=mkaply,jkobal a=blizzard Various OS/2 cleanup - fonts, print, and arcs
This commit is contained in:
Родитель
e328e4344f
Коммит
24becad7e3
|
@ -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();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче