From 7cfcf67bd4fab6967078f5c36ea4b2ba97625380 Mon Sep 17 00:00:00 2001 From: bernie Date: Fri, 10 Feb 2006 12:26:19 +0000 Subject: [PATCH] Add STYLEF_TALL (unimplemented). git-svn-id: https://src.develer.com/svnoss/bertos/trunk@493 38d2e660-2303-0410-9eaa-f027e97ec537 --- gfx/text.h | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/gfx/text.h b/gfx/text.h index a064e8c9..c8b1d12b 100755 --- a/gfx/text.h +++ b/gfx/text.h @@ -15,6 +15,9 @@ /*#* *#* $Log$ + *#* 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 +77,12 @@ #define STYLEF_EXPANDED BV(4) #define STYLEF_CONDENSED BV(5) #define STYLEF_STRIKEOUT BV(6) /*