X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gfx%2Ftext.h;h=87bacfae68888e8f7310ee1559a294975db0c310;hb=c41eed7d175c38a0e247544d505be0ef7c3f0a4b;hp=a064e8c99b441ce6530370e9a701bcbcdb69da70;hpb=68d5a6796ff0efc9666ae359be2150d9638182f6;p=bertos.git diff --git a/gfx/text.h b/gfx/text.h old mode 100755 new mode 100644 index a064e8c9..87bacfae --- a/gfx/text.h +++ b/gfx/text.h @@ -1,9 +1,34 @@ -/*! +/** * \file * * * \brief Text graphic routines (interface) @@ -15,6 +40,24 @@ /*#* *#* $Log$ + *#* Revision 1.8 2006/09/13 13:58:55 bernie + *#* text_moveTo(): Swap parameters. + *#* + *#* Revision 1.7 2006/07/19 12:56:26 bernie + *#* Convert to new Doxygen style. + *#* + *#* Revision 1.6 2006/04/27 05:39:24 bernie + *#* Enhance text rendering to arbitrary x,y coords. + *#* + *#* Revision 1.5 2006/04/11 00:08:24 bernie + *#* text_offset(): New function, but I'm not quite confident with the design. + *#* + *#* Revision 1.4 2006/03/07 22:18:04 bernie + *#* Correctly compute text width for prop fonts; Make styles a per-bitmap attribute. + *#* + *#* Revision 1.3 2006/02/10 12:26:19 bernie + *#* Add STYLEF_TALL (unimplemented). + *#* *#* Revision 1.2 2005/11/04 18:17:45 bernie *#* Fix header guards and includes for new location of gfx module. *#* @@ -58,11 +101,12 @@ #include #include /* BV() */ -#include /* CPU_HARVARD */ +#include /* CPU_HARVARD */ +#include /* coord_t */ #include -/*! +/** * \name Style flags * \see text_style() * \{ @@ -74,24 +118,26 @@ #define STYLEF_EXPANDED BV(4) #define STYLEF_CONDENSED BV(5) #define STYLEF_STRIKEOUT BV(6) /*