NetHackW status hilite support improved to include support for attributes.
This commit is contained in:
+9
-1
@@ -9,8 +9,16 @@
|
||||
|
||||
#include "winMS.h"
|
||||
|
||||
typedef struct cached_font {
|
||||
int code;
|
||||
HFONT hFont;
|
||||
BOOL supportsUnicode;
|
||||
int width;
|
||||
int height;
|
||||
} cached_font;
|
||||
|
||||
BOOL mswin_font_supports_unicode(HFONT hFont);
|
||||
HGDIOBJ mswin_get_font(int win_type, int attr, HDC hdc, BOOL replace);
|
||||
cached_font * mswin_get_font(int win_type, int attr, HDC hdc, BOOL replace);
|
||||
void mswin_init_splashfonts(HWND hWnd);
|
||||
void mswin_destroy_splashfonts(void);
|
||||
UINT mswin_charset(void);
|
||||
|
||||
Reference in New Issue
Block a user