[atsui] Make default font 'Helvetica'

The previous default font was Monaco, which is a fixed-pitch font; Helvetica
is more inline with the other platform defaults.
This commit is contained in:
Vladimir Vukicevic 2008-02-25 21:44:04 -05:00 committed by Vladimir Vukicevic
parent 9979f786ac
commit 7acfee38b1

View file

@ -840,7 +840,7 @@ typedef struct _cairo_traps {
#define CAIRO_FONT_WEIGHT_DEFAULT CAIRO_FONT_WEIGHT_NORMAL
#define CAIRO_WIN32_FONT_FAMILY_DEFAULT "Arial"
#define CAIRO_ATSUI_FONT_FAMILY_DEFAULT "Monaco"
#define CAIRO_ATSUI_FONT_FAMILY_DEFAULT "Helvetica"
#define CAIRO_FT_FONT_FAMILY_DEFAULT ""
#if CAIRO_HAS_WIN32_FONT