X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Fxo-paint.h;h=39d2eb94bf14d0608403dbdcbfeb098256025a3d;hb=HEAD;hp=153a894173a744329bd86d7b311438ca19096389;hpb=c33ae4cb8af712159f96db55e8229589258c45fe;p=xournal.git diff --git a/src/xo-paint.h b/src/xo-paint.h index 153a894..39d2eb9 100644 --- a/src/xo-paint.h +++ b/src/xo-paint.h @@ -29,7 +29,11 @@ void do_hand(GdkEvent *event); /* text functions */ +#ifdef WIN32 +#define DEFAULT_FONT "Arial" +#else #define DEFAULT_FONT "Sans" +#endif #define DEFAULT_FONT_SIZE 12 void start_text(GdkEvent *event, struct Item *item);