From 2220ba5784481df4ccbe70d6dd20ad890aa64dd7 Mon Sep 17 00:00:00 2001 From: bernie Date: Sat, 27 May 2006 22:31:34 +0000 Subject: [PATCH] Switch to a smaller default fount. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@644 38d2e660-2303-0410-9eaa-f027e97ec537 --- gfx/font.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gfx/font.h b/gfx/font.h index bdba694a..82d778ed 100755 --- a/gfx/font.h +++ b/gfx/font.h @@ -14,6 +14,9 @@ /*#* *#* $Log$ + *#* Revision 1.6 2006/05/27 22:31:34 bernie + *#* Switch to a smaller default fount. + *#* *#* Revision 1.5 2006/03/13 02:06:04 bernie *#* FONT_HAS_GLYPH(): New macro. *#* @@ -88,7 +91,7 @@ typedef struct Font /** The default font. */ -#define default_font font_ncenB18 +#define default_font font_luBS14 extern const struct Font default_font; #endif /* GFX_FONT_H */ -- 2.25.1