mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-07 00:38:28 +02:00
[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:
parent
9979f786ac
commit
7acfee38b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue