X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gfx%2Ftext.h;h=4f603061896be9e971cd0d1996ee5abe9f3d0279;hb=2be772f4027c5ea6ef0966d5aa0a6a3533dff9cc;hp=d131e0144db0185b4771d4d5fd001cc5797d971f;hpb=41ee2287b2f2d7ec3e73e998b06076888608ed72;p=bertos.git diff --git a/gfx/text.h b/gfx/text.h index d131e014..4f603061 100755 --- a/gfx/text.h +++ b/gfx/text.h @@ -15,6 +15,21 @@ /*#* *#* $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. + *#* *#* Revision 1.1 2005/11/04 18:11:35 bernie *#* Move graphics stuff from mware/ to gfx/. *#* @@ -50,12 +65,13 @@ *#* *#*/ -#ifndef MWARE_TEXT_H -#define MWARE_TEXT_H +#ifndef GFX_TEXT_H +#define GFX_TEXT_H #include #include /* BV() */ #include /* CPU_HARVARD */ +#include /* coord_t */ #include @@ -71,10 +87,12 @@ #define STYLEF_EXPANDED BV(4) #define STYLEF_CONDENSED BV(5) #define STYLEF_STRIKEOUT BV(6) /*