Use the Windows default font on Windows 7 and 8/8.1

It contains the characters we need and will make the application look more
"native".

See #712

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-08-22 15:22:02 -07:00
parent 438fe5dbde
commit e893f6bd9d
6 changed files with 37 additions and 5 deletions

3
pref.h
View file

@ -79,9 +79,10 @@ extern struct preferences prefs, default_prefs;
#define PP_GRAPHS_ENABLED (prefs.pp_graphs.po2 || prefs.pp_graphs.pn2 || prefs.pp_graphs.phe)
extern const char system_divelist_default_font[];
extern const char *system_divelist_default_font;
extern const int system_divelist_default_font_size;
extern const char *system_default_filename();
extern void subsurface_OS_pref_setup();
#ifdef __cplusplus
}