change the builtin testing font

This commit is contained in:
Dana Jansens 2002-12-04 09:26:42 +00:00
parent 143d2df034
commit 777be62a3a

View file

@ -252,7 +252,7 @@ BFont *Style::readDatabaseFont(const std::string &rbasename,
tint = atoi(s.c_str()); tint = atoi(s.c_str());
} }
fontstring = "Arial,Sans-8:bold"; fontstring = "Arial,Sans-9:bold";
// if this fails, it ::exit()'s // if this fails, it ::exit()'s
return new BFont(screen_number, fontstring, dropShadow, offset, tint); return new BFont(screen_number, fontstring, dropShadow, offset, tint);