Use bitmap fonts on the splash screen for OS3

This commit is contained in:
Chris Young 2015-02-05 18:54:39 +00:00
parent 79a4466479
commit ed9902fcbc

View File

@ -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;