mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
#61253 r=mkaply,jkobal a=blizzard Various OS/2 cleanup - fonts, print, and arcs
This commit is contained in:
parent
522e234d4d
commit
b473a9f311
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user