X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gfx%2Fgfx.h;h=a165fd7ee446004eecd8083e7b400d996535c9a3;hb=452db7adbd8779c9ffcb9d17ca2c1a2a9c1af464;hp=2cfe5b5f29d33d371f04ebef32808487c1e034c0;hpb=0b674e357f620a2e0810cf74f3e66e8072d9bb86;p=bertos.git diff --git a/gfx/gfx.h b/gfx/gfx.h index 2cfe5b5f..a165fd7e 100755 --- a/gfx/gfx.h +++ b/gfx/gfx.h @@ -14,6 +14,9 @@ /*#* *#* $Log$ + *#* Revision 1.14 2006/04/27 05:39:24 bernie + *#* Enhance text rendering to arbitrary x,y coords. + *#* *#* Revision 1.13 2006/04/11 00:08:24 bernie *#* text_offset(): New function, but I'm not quite confident with the design. *#* @@ -141,6 +144,8 @@ typedef struct Bitmap * The text rendering routine can apply a few simple transformations * to the current font in order to generate common styles such as * bold, italic and underline from plain glyphs. + * + * \see text_style() */ uint8_t styles; #endif