X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gfx%2Ftext.h;h=4f603061896be9e971cd0d1996ee5abe9f3d0279;hb=7cdf81c108da99a05becc875182cee065167e91c;hp=a064e8c99b441ce6530370e9a701bcbcdb69da70;hpb=68d5a6796ff0efc9666ae359be2150d9638182f6;p=bertos.git diff --git a/gfx/text.h b/gfx/text.h index a064e8c9..4f603061 100755 --- a/gfx/text.h +++ b/gfx/text.h @@ -15,6 +15,18 @@ /*#* *#* $Log$ + *#* 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. *#* @@ -59,6 +71,7 @@ #include #include /* BV() */ #include /* CPU_HARVARD */ +#include /* coord_t */ #include @@ -74,10 +87,12 @@ #define STYLEF_EXPANDED BV(4) #define STYLEF_CONDENSED BV(5) #define STYLEF_STRIKEOUT BV(6) /*