Ignore:
Timestamp:
Jan 11, 2004, 12:42:14 PM (22 years ago)
Author:
sandervl
Message:

Update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/font.h

    r10349 r10373  
    77BOOL WIN32API IsSystemFont(HFONT hFont);
    88
     9BOOL RegisterFont(HFONT hFont, LPSTR lfFaceName);
     10
    911LPWSTR FONT_mbtowc(HDC hdc, LPCSTR str, INT count, INT *plenW, UINT *pCP);
    1012
     13//text.cpp
     14BOOL WIN32API GetStringWidthW(HDC hdc, LPWSTR lpszString, UINT cbString, PINT pWidthArray);
     15
    1116#endif //__FONT_H__
Note: See TracChangeset for help on using the changeset viewer.