diff --git a/headers/private/kernel/font.h b/headers/private/kernel/font.h index d1a01a2c78..4f30e2f3cb 100755 --- a/headers/private/kernel/font.h +++ b/headers/private/kernel/font.h @@ -1,4 +1,4 @@ -/* $Id: font.h,v 1.1 2002/07/09 12:24:34 ejakowatz Exp $ +/* $Id: font.h,v 1.2 2004/06/16 02:10:27 axeld Exp $ ** ** Copyright 2001 Brian J. Swetland ** All rights reserved. @@ -82,7 +82,7 @@ static unsigned char FONT[] = { 0x00, 0x08, 0x0c, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, 0x00, /* '1' */ 0x00, 0x1c, 0x22, 0x20, 0x10, 0x08, 0x04, 0x02, 0x3e, 0x00, 0x00, 0x00, /* '2' */ 0x00, 0x1c, 0x22, 0x20, 0x18, 0x20, 0x20, 0x22, 0x1c, 0x00, 0x00, 0x00, /* '3' */ -0x00, 0x10, 0x18, 0x18, 0x14, 0x14, 0x3e, 0x10, 0x38, 0x00, 0x00, 0x00, /* '4' */ +0x00, 0x20, 0x30, 0x28, 0x24, 0x22, 0x3e, 0x20, 0x20, 0x00, 0x00, 0x00, /* '4' */ 0x00, 0x3e, 0x02, 0x02, 0x1e, 0x20, 0x20, 0x22, 0x1c, 0x00, 0x00, 0x00, /* '5' */ 0x00, 0x18, 0x04, 0x02, 0x1e, 0x22, 0x22, 0x22, 0x1c, 0x00, 0x00, 0x00, /* '6' */ 0x00, 0x3e, 0x22, 0x20, 0x20, 0x10, 0x10, 0x08, 0x08, 0x00, 0x00, 0x00, /* '7' */