dslinux/linux-2.6.x/include/linux font.h

stsp stsp at user.in-berlin.de
Sat Oct 7 17:00:22 CEST 2006


Update of /cvsroot/dslinux/dslinux/linux-2.6.x/include/linux
In directory antilope:/tmp/cvs-serv442/include/linux

Modified Files:
	font.h 
Log Message:
Add 4x9 font.

Patch by Cayenne Boyer:

 Here's the patch for the 4x9 font I created because you can get a lot more 
 readability without sacrificing characters per line by letting the font be
 a little taller.



Index: font.h
===================================================================
RCS file: /cvsroot/dslinux/dslinux/linux-2.6.x/include/linux/font.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- font.h	20 Feb 2006 21:24:08 -0000	1.4
+++ font.h	7 Oct 2006 15:00:20 -0000	1.5
@@ -32,6 +32,7 @@
 #define ACORN8x8_IDX	8
 #define	MINI4x6_IDX	9
 #define	MINI6x6_IDX	10
+#define	MINI4x9_IDX	11
 
 extern const struct font_desc	font_vga_8x8,
 			font_vga_8x16,
@@ -43,7 +44,8 @@
 			font_sun_12x22,
 			font_acorn_8x8,
 			font_mini_4x6,
-			font_mini_6x6;
+			font_mini_6x6,
+			font_mini_4x9;
 
 /* Find a font with a specific name */
 




More information about the dslinux-commit mailing list