mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-16 09:12:44 +03:00
Use bitmap fonts on the splash screen for OS3
This commit is contained in:
parent
79a4466479
commit
ed9902fcbc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user