X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gfx%2Ffont.h;h=82d778edd6e24e619737dcbd2d9c826427204599;hb=6720e3d937d90fea2a1cb270f87ac8b3bd7e7353;hp=bdba694a131b0e8f0adc25a10d756d9459605d3c;hpb=396b9f1df305883558347215b0a4895981ddea81;p=bertos.git 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 */