mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 07:28:19 +00:00
Add GetCharABCWidthsI, GetGlyphIndicesA/W prototypes
svn path=/trunk/; revision=33071
This commit is contained in:
parent
c0e09694a6
commit
c1e47ef0a6
1 changed files with 3 additions and 0 deletions
|
@ -2825,6 +2825,7 @@ BOOL WINAPI GetCharABCWidthsA(HDC,UINT,UINT,LPABC);
|
|||
BOOL WINAPI GetCharABCWidthsW(HDC,UINT,UINT,LPABC);
|
||||
BOOL WINAPI GetCharABCWidthsFloatA(HDC,UINT,UINT,LPABCFLOAT);
|
||||
BOOL WINAPI GetCharABCWidthsFloatW(HDC,UINT,UINT,LPABCFLOAT);
|
||||
BOOL WINAPI GetCharABCWidthsI(HDC,UINT,UINT,LPWORD,LPABC);
|
||||
DWORD WINAPI GetCharacterPlacementA(HDC,LPCSTR,int,int,LPGCP_RESULTSA,DWORD);
|
||||
DWORD WINAPI GetCharacterPlacementW(HDC,LPCWSTR,int,int,LPGCP_RESULTSW,DWORD);
|
||||
BOOL WINAPI GetCharWidth32A(HDC,UINT,UINT,LPINT);
|
||||
|
@ -2859,6 +2860,8 @@ UINT WINAPI GetEnhMetaFilePaletteEntries(HENHMETAFILE,UINT,LPPALETTEENTRY);
|
|||
UINT WINAPI GetEnhMetaFilePixelFormat(HENHMETAFILE,UINT,PIXELFORMATDESCRIPTOR*);
|
||||
DWORD WINAPI GetFontData(HDC,DWORD,DWORD,PVOID,DWORD);
|
||||
DWORD WINAPI GetFontLanguageInfo(HDC);
|
||||
DWORD WINAPI GetGlyphIndicesA(HDC,LPCSTR,INT,LPWORD,DWORD);
|
||||
DWORD WINAPI GetGlyphIndicesW(HDC,LPCWSTR,INT,LPWORD,DWORD);
|
||||
DWORD WINAPI GetGlyphOutlineA(HDC,UINT,UINT,LPGLYPHMETRICS,DWORD,PVOID,const MAT2*);
|
||||
DWORD WINAPI GetGlyphOutlineW(HDC,UINT,UINT,LPGLYPHMETRICS,DWORD,PVOID,const MAT2*);
|
||||
int WINAPI GetGraphicsMode(HDC);
|
||||
|
|
Loading…
Reference in a new issue