From 7acfee38b1ac6ef2292d754c7103bd65d58f72d8 Mon Sep 17 00:00:00 2001 From: Vladimir Vukicevic Date: Mon, 25 Feb 2008 21:44:04 -0500 Subject: [PATCH] [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. --- src/cairoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cairoint.h b/src/cairoint.h index d24dfa86a..099d0d50e 100644 --- a/src/cairoint.h +++ b/src/cairoint.h @@ -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