Changeset 10594 for trunk/src/gdi32/text.cpp
- Timestamp:
- Apr 30, 2004, 3:27:19 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/text.cpp
r10400 r10594 1 /* $Id: text.cpp,v 1.4 3 2004-01-15 11:18:58sandervl Exp $ */1 /* $Id: text.cpp,v 1.44 2004-04-30 13:27:19 sandervl Exp $ */ 2 2 3 3 /* … … 351 351 else dprintf(("GDI32: ExtTextOutA %x %.*s (%d,%d) %x %d %x", hdc, cbCount, lpszString, X, Y, fuOptions, cbCount, lpDx)); 352 352 353 if(lpDx) { 354 for(int i=0;i<cbCount;i++) { 355 dprintf2(("Inc %d", lpDx[i])); 356 } 357 } 353 358 rc = InternalTextOutAW(hdc, X, Y, fuOptions, lprc, lpszString, NULL, cbCount, lpDx, TRUE, FALSE); 354 359
Note:
See TracChangeset
for help on using the changeset viewer.