Changeset 10373 for trunk/src/gdi32/font.h
- Timestamp:
- Jan 11, 2004, 12:42:14 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/src/gdi32/font.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/font.h
r10349 r10373 7 7 BOOL WIN32API IsSystemFont(HFONT hFont); 8 8 9 BOOL RegisterFont(HFONT hFont, LPSTR lfFaceName); 10 9 11 LPWSTR FONT_mbtowc(HDC hdc, LPCSTR str, INT count, INT *plenW, UINT *pCP); 10 12 13 //text.cpp 14 BOOL WIN32API GetStringWidthW(HDC hdc, LPWSTR lpszString, UINT cbString, PINT pWidthArray); 15 11 16 #endif //__FONT_H__
Note:
See TracChangeset
for help on using the changeset viewer.
