From 406ec870677e96a3cffd2cf124e7f0f117bbc6aa Mon Sep 17 00:00:00 2001 From: bernie Date: Sat, 27 May 2006 22:30:22 +0000 Subject: [PATCH] Move 6x8 font to fonts/. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@640 38d2e660-2303-0410-9eaa-f027e97ec537 --- gfx/font.c => fonts/fixed6x8.c | 3 +++ 1 file changed, 3 insertions(+) rename gfx/font.c => fonts/fixed6x8.c (99%) diff --git a/gfx/font.c b/fonts/fixed6x8.c similarity index 99% rename from gfx/font.c rename to fonts/fixed6x8.c index 767c269e..2bddd779 100755 --- a/gfx/font.c +++ b/fonts/fixed6x8.c @@ -15,6 +15,9 @@ /*#* *#* $Log$ + *#* Revision 1.1 2006/05/27 22:30:22 bernie + *#* Move 6x8 font to fonts/. + *#* *#* Revision 1.3 2006/02/10 12:29:05 bernie *#* Add multiple font support in bitmaps. *#* -- 2.25.1