X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gfx%2Ffont.c;h=934f851a2aa549bf235bc002bcd922b2a195286c;hb=e923772d033d2c8262377bc11f747a90663abfbb;hp=fe7988fecd6b31e27dc2a0c827c273d1e2058a54;hpb=41ee2287b2f2d7ec3e73e998b06076888608ed72;p=bertos.git diff --git a/gfx/font.c b/gfx/font.c index fe7988fe..934f851a 100755 --- a/gfx/font.c +++ b/gfx/font.c @@ -1,8 +1,8 @@ /*! * \file * * @@ -15,6 +15,9 @@ /*#* *#* $Log$ + *#* Revision 1.2 2005/11/04 18:17:45 bernie + *#* Fix header guards and includes for new location of gfx module. + *#* *#* Revision 1.1 2005/11/04 18:11:35 bernie *#* Move graphics stuff from mware/ to gfx/. *#* @@ -35,22 +38,6 @@ *#* *#* Revision 1.1 2004/05/23 15:43:16 bernie *#* Import mware modules. - *#* - *#* Revision 1.5 2004/03/24 15:48:53 bernie - *#* Remove Copyright messages from Doxygen output - *#* - *#* Revision 1.4 2004/03/03 18:30:17 bernie - *#* Substitute left triangle glyph with left arrow - *#* - *#* Revision 1.3 2004/02/28 14:48:33 aleph - *#* Improve arrow glyphs - *#* - *#* Revision 1.2 2004/01/13 12:15:28 aleph - *#* Move font table in program memory; add font.h - *#* - *#* Revision 1.1 2004/01/07 23:31:54 aleph - *#* Add text routines - *#* *#*/ #include "font.h"