source: trunk/src/gdi32/font.h@ 10367

Last change on this file since 10367 was 10349, checked in by sandervl, 22 years ago

Updates

File size: 207 bytes
Line 
1#ifndef __FONT_H__
2#define __FONT_H__
3
4
5extern HFONT hFntDefaultGui;
6
7BOOL WIN32API IsSystemFont(HFONT hFont);
8
9LPWSTR FONT_mbtowc(HDC hdc, LPCSTR str, INT count, INT *plenW, UINT *pCP);
10
11#endif //__FONT_H__
Note: See TracBrowser for help on using the repository browser.