mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Introduce TEXTMETRICSA and TEXTMETRICSW
svn path=/trunk/; revision=4431
This commit is contained in:
@@ -1925,7 +1925,7 @@ GetMetaFileW(LPCWSTR);
|
||||
|
||||
UINT
|
||||
STDCALL
|
||||
GetOutlineTextMetricsW(HDC, UINT, LPOUTLINETEXTMETRIC);
|
||||
GetOutlineTextMetricsW(HDC, UINT, LPOUTLINETEXTMETRICW);
|
||||
|
||||
WINBOOL
|
||||
STDCALL GetTextExtentPointW(
|
||||
@@ -1986,7 +1986,7 @@ GetEnhMetaFileDescriptionW(HENHMETAFILE, UINT, LPWSTR );
|
||||
|
||||
WINBOOL
|
||||
STDCALL
|
||||
GetTextMetricsW(HDC, LPTEXTMETRIC);
|
||||
GetTextMetricsW(HDC, LPTEXTMETRICW);
|
||||
|
||||
int
|
||||
STDCALL
|
||||
|
||||
Reference in New Issue
Block a user