Changeset 4034 for trunk/src/gdi32/text.cpp
- Timestamp:
- Aug 18, 2000, 8:14:59 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/text.cpp
r4012 r4034 1 /* $Id: text.cpp,v 1.1 1 2000-08-14 15:51:20 cbratschiExp $ */1 /* $Id: text.cpp,v 1.12 2000-08-18 18:14:59 sandervl Exp $ */ 2 2 3 3 /* … … 426 426 INT rc; 427 427 428 dprintf(("InternalDrawTextExW %x %s %d %x", hdc, astring, cchText, dwDTFormat)); 428 429 rc = InternalDrawTextExA(hdc,astring,cchText,lprc,dwDTFormat,lpDTParams,isDrawTextEx); 429 430 if (dwDTFormat & DT_MODIFYSTRING && (dwDTFormat & (DT_END_ELLIPSIS | DT_PATH_ELLIPSIS))) AsciiToUnicode(astring,(LPWSTR)lpchText);
Note:
See TracChangeset
for help on using the changeset viewer.