change the builtin testing font
This commit is contained in:
parent
143d2df034
commit
777be62a3a
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ BFont *Style::readDatabaseFont(const std::string &rbasename,
|
|||
tint = atoi(s.c_str());
|
||||
}
|
||||
|
||||
fontstring = "Arial,Sans-8:bold";
|
||||
fontstring = "Arial,Sans-9:bold";
|
||||
|
||||
// if this fails, it ::exit()'s
|
||||
return new BFont(screen_number, fontstring, dropShadow, offset, tint);
|
||||
|
|
Loading…
Reference in a new issue