From ed9902fcbcfa769e74a672a694956aed0b7744d3 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 5 Feb 2015 18:54:39 +0000 Subject: Use bitmap fonts on the splash screen for OS3 --- amiga/gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index fe4d3c578..68c159af8 100644 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -5267,7 +5267,7 @@ Object *ami_gui_splash_open(void) tattr.ta_Name = "DejaVu Serif Italic.font"; #else SetAPen(win->RPort, 3); /* Pen 3 is usually blue */ - tattr.ta_Name = "CGTriumvirate.font"; + tattr.ta_Name = "ruby.font"; #endif tattr.ta_YSize = 24; tattr.ta_Style = 0; @@ -5292,7 +5292,7 @@ Object *ami_gui_splash_open(void) #ifdef __amigaos4__ tattr.ta_Name = "DejaVu Sans.font"; #else - tattr.ta_Name = "CGTriumvirate.font"; + tattr.ta_Name = "helvetica.font"; #endif tattr.ta_YSize = 16; tattr.ta_Style = 0; -- cgit v1.2.3