source:
trunk/src/gdi32/font.h
| Last change on this file was 10373, checked in by , 22 years ago | |
|---|---|
| File size: 362 bytes | |
| Rev | Line | |
|---|---|---|
| [7330] | 1 | #ifndef __FONT_H__ |
| 2 | #define __FONT_H__ | |
| 3 | ||
| 4 | ||
| 5 | extern HFONT hFntDefaultGui; | |
| 6 | ||
| 7 | BOOL WIN32API IsSystemFont(HFONT hFont); | |
| 8 | ||
| [10373] | 9 | BOOL RegisterFont(HFONT hFont, LPSTR lfFaceName); |
| 10 | ||
| [10349] | 11 | LPWSTR FONT_mbtowc(HDC hdc, LPCSTR str, INT count, INT *plenW, UINT *pCP); |
| 12 | ||
| [10373] | 13 | //text.cpp |
| 14 | BOOL WIN32API GetStringWidthW(HDC hdc, LPWSTR lpszString, UINT cbString, PINT pWidthArray); | |
| 15 | ||
| [7330] | 16 | #endif //__FONT_H__ |
Note:
See TracBrowser
for help on using the repository browser.
