mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +00:00
[WINGDI.H]
Add missing GetCharWidthI, GetTextExtentExPointI, GetTextExtentPointI svn path=/trunk/; revision=48614
This commit is contained in:
parent
0ea1a11d0d
commit
337a1faad6
1 changed files with 4 additions and 1 deletions
|
@ -3022,6 +3022,7 @@ BOOL WINAPI GetCharWidth32A(HDC,UINT,UINT,LPINT);
|
||||||
BOOL WINAPI GetCharWidth32W(HDC,UINT,UINT,LPINT);
|
BOOL WINAPI GetCharWidth32W(HDC,UINT,UINT,LPINT);
|
||||||
BOOL WINAPI GetCharWidthA(HDC,UINT,UINT,LPINT);
|
BOOL WINAPI GetCharWidthA(HDC,UINT,UINT,LPINT);
|
||||||
BOOL WINAPI GetCharWidthW(HDC,UINT,UINT,LPINT);
|
BOOL WINAPI GetCharWidthW(HDC,UINT,UINT,LPINT);
|
||||||
|
BOOL WINAPI GetCharWidthI(HDC,UINT,UINT,LPWORD,LPINT);
|
||||||
BOOL WINAPI GetCharWidthFloatA(HDC,UINT,UINT,PFLOAT);
|
BOOL WINAPI GetCharWidthFloatA(HDC,UINT,UINT,PFLOAT);
|
||||||
BOOL WINAPI GetCharWidthFloatW(HDC,UINT,UINT,PFLOAT);
|
BOOL WINAPI GetCharWidthFloatW(HDC,UINT,UINT,PFLOAT);
|
||||||
int WINAPI GetClipBox(HDC,LPRECT);
|
int WINAPI GetClipBox(HDC,LPRECT);
|
||||||
|
@ -3097,9 +3098,11 @@ int WINAPI GetTextCharset(HDC);
|
||||||
int WINAPI GetTextCharsetInfo(HDC,LPFONTSIGNATURE,DWORD);
|
int WINAPI GetTextCharsetInfo(HDC,LPFONTSIGNATURE,DWORD);
|
||||||
COLORREF WINAPI GetTextColor(HDC);
|
COLORREF WINAPI GetTextColor(HDC);
|
||||||
BOOL WINAPI GetTextExtentExPointA(HDC,LPCSTR,int,int,LPINT,LPINT,LPSIZE);
|
BOOL WINAPI GetTextExtentExPointA(HDC,LPCSTR,int,int,LPINT,LPINT,LPSIZE);
|
||||||
BOOL WINAPI GetTextExtentExPointW( HDC,LPCWSTR,int,int,LPINT,LPINT,LPSIZE );
|
BOOL WINAPI GetTextExtentExPointW(HDC,LPCWSTR,int,int,LPINT,LPINT,LPSIZE);
|
||||||
|
BOOL WINAPI GetTextExtentExPointI(HDC,LPWORD,int,int,LPINT,LPINT,LPSIZE);
|
||||||
BOOL WINAPI GetTextExtentPointA(HDC,LPCSTR,int,LPSIZE);
|
BOOL WINAPI GetTextExtentPointA(HDC,LPCSTR,int,LPSIZE);
|
||||||
BOOL WINAPI GetTextExtentPointW(HDC,LPCWSTR,int,LPSIZE);
|
BOOL WINAPI GetTextExtentPointW(HDC,LPCWSTR,int,LPSIZE);
|
||||||
|
BOOL WINAPI GetTextExtentPointI(HDC,LPWORD,int,LPSIZE);
|
||||||
BOOL WINAPI GetTextExtentPoint32A(HDC,LPCSTR,int,LPSIZE);
|
BOOL WINAPI GetTextExtentPoint32A(HDC,LPCSTR,int,LPSIZE);
|
||||||
BOOL WINAPI GetTextExtentPoint32W( HDC,LPCWSTR,int,LPSIZE);
|
BOOL WINAPI GetTextExtentPoint32W( HDC,LPCWSTR,int,LPSIZE);
|
||||||
int WINAPI GetTextFaceA(HDC,int,LPSTR);
|
int WINAPI GetTextFaceA(HDC,int,LPSTR);
|
||||||
|
|
Loading…
Reference in a new issue