mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-05 18:44:25 +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";
|
tattr.ta_Name = "DejaVu Serif Italic.font";
|
||||||
#else
|
#else
|
||||||
SetAPen(win->RPort, 3); /* Pen 3 is usually blue */
|
SetAPen(win->RPort, 3); /* Pen 3 is usually blue */
|
||||||
tattr.ta_Name = "CGTriumvirate.font";
|
tattr.ta_Name = "ruby.font";
|
||||||
#endif
|
#endif
|
||||||
tattr.ta_YSize = 24;
|
tattr.ta_YSize = 24;
|
||||||
tattr.ta_Style = 0;
|
tattr.ta_Style = 0;
|
||||||
@ -5292,7 +5292,7 @@ Object *ami_gui_splash_open(void)
|
|||||||
#ifdef __amigaos4__
|
#ifdef __amigaos4__
|
||||||
tattr.ta_Name = "DejaVu Sans.font";
|
tattr.ta_Name = "DejaVu Sans.font";
|
||||||
#else
|
#else
|
||||||
tattr.ta_Name = "CGTriumvirate.font";
|
tattr.ta_Name = "helvetica.font";
|
||||||
#endif
|
#endif
|
||||||
tattr.ta_YSize = 16;
|
tattr.ta_YSize = 16;
|
||||||
tattr.ta_Style = 0;
|
tattr.ta_Style = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user