From 652aa99bd5fddbb4ee878ddd65ac637a134dbcbc Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 13 Jul 2004 06:20:33 +0000 Subject: Fixed font bug + adding fixed font --- lib/font.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/font.cc') diff --git a/lib/font.cc b/lib/font.cc index 5534cfc..a23eae2 100644 --- a/lib/font.cc +++ b/lib/font.cc @@ -648,6 +648,7 @@ int mogltk::font::singletextsize(const String & s) const { } mogltk::font * mogltk::SystemFont; +mogltk::font * mogltk::FixedFont; mogltk::texture * mogltk::font::alloctexture() { return new mogltk::texture(256, 256); -- cgit v1.2.3