From: bernie Date: Sat, 27 May 2006 22:31:34 +0000 (+0000) Subject: Switch to a smaller default fount. X-Git-Tag: 1.0.0~597 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=2220ba5784481df4ccbe70d6dd20ad890aa64dd7;p=bertos.git Switch to a smaller default fount. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@644 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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 */