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