From 777be62a3a04671dadc96cb2ef0bbcf5cf43f530 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 4 Dec 2002 09:26:42 +0000 Subject: [PATCH] change the builtin testing font --- otk/style.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.45.2