From: Dana Jansens Date: Wed, 4 Dec 2002 09:26:42 +0000 (+0000) Subject: change the builtin testing font X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=777be62a3a04671dadc96cb2ef0bbcf5cf43f530;p=chaz%2Fopenbox change the builtin testing font --- diff --git a/otk/style.cc b/otk/style.cc index a3d21788..a2f362ec 100644 --- a/otk/style.cc +++ b/otk/style.cc @@ -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);