Sistema l'errore da me commesso in fase di conversione...
[bertos.git] / gfx / font.h
old mode 100755 (executable)
new mode 100644 (file)
index bdba694..80bc5db
@@ -1,4 +1,4 @@
-/*!
+/**
  * \file
  * <!--
  * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/)
 
 /*#*
  *#* $Log$
+ *#* Revision 1.7  2006/07/19 12:56:26  bernie
+ *#* Convert to new Doxygen style.
+ *#*
+ *#* 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 +94,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 */