Displaying 3 results from an estimated 3 matches for "gettextmetricsa".
2001 Feb 02
1
Font problems (wrong font is used) (sorry for the delay Gerard!!)
...n on one part to find the rest.
I've tried to find something, anyway. Following your approach:
> Call USER.85: DRAWTEXT(0x0048,0x03975304 "The production queue on
> Bakwele is empty.",0x0029,0397:a39c,0x0c10)
> ret=02a7:071b ds=0397
I don't have this, but I grabbed the GetTextMetricsA which appears
just before the buggy message:
. trace:font:GetTextMetricsA text metrics:
. Weight = 400 FirstChar = 000 AveCharWidth = 7
. Italic = 0 LastChar = 255 MaxCharWidth = 15
. UnderLined = 0 DefaultChar = 000 Overhang = 0
. Str...
2005 May 05
2
LockWindowUpdate
Hi,
I've got a program that produces these error messages when started with wine.
fixme:dc:LockWindowUpdate (0x10024), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x10024), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x10024), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
The program
2007 Jun 29
0
Wine release 0.9.40
...shlwapi: Update win32.api to fix the winapi_check warnings.
crypt32/tests: Fix compilation on systems that don't support nameless unions.
advapi32: Add more RegGetValue() conformance tests, and fix Wine accordingly.
winapi: Add support for GDIPCONST.
gdi32/tests: Run the GetTextMetricsA() tests on Windows 9x too.
ddraw/tests: Fix compilation on systems that don't support nameless unions.
dsound: Add missing '\n' to Wine trace.
H. Verbeet (23):
wined3d: Only set GL_SHADER_OPERATION_NV to GL_NONE for mapped stages.
wined3d: Mask texture stage sta...