diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-24 20:31:46 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-24 20:31:46 +0000 |
commit | 1e4b8b5d4c639d92e1e6f1016c8e459527e88bd3 (patch) | |
tree | d668771657e7b037393fac72e1c2084d3265c93f /sys | |
parent | 11bbe15a6df2dadba3cab86a85f0cb64bce47ec7 (diff) |
Insert empty glyphs to make the font data really contiguous, as rasops
expects it.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/wsfont/qvss8x15.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/wsfont/qvss8x15.h b/sys/dev/wsfont/qvss8x15.h index 9a917625888..8f4d931b440 100644 --- a/sys/dev/wsfont/qvss8x15.h +++ b/sys/dev/wsfont/qvss8x15.h @@ -1,4 +1,4 @@ -/* $OpenBSD: qvss8x15.h,v 1.2 2003/06/02 23:28:04 millert Exp $ */ +/* $OpenBSD: qvss8x15.h,v 1.3 2006/07/24 20:31:45 miod Exp $ */ /* $NetBSD: qvss8x15.h,v 1.3 1999/05/18 21:51:58 ad Exp $ */ /*- @@ -1608,6 +1608,14 @@ static u_char qvss8x15_data[] = { 0x00, /* 0x00000000 ~ */ 0x00, /* 0x00000000 ~ */ /* */ +#define NOGLYPH 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 + NOGLYPH, /* del */ +/* ascii0200 - ascii0240 */ + NOGLYPH, NOGLYPH, NOGLYPH, NOGLYPH, NOGLYPH, NOGLYPH, NOGLYPH, NOGLYPH, + NOGLYPH, NOGLYPH, NOGLYPH, NOGLYPH, NOGLYPH, NOGLYPH, NOGLYPH, NOGLYPH, + NOGLYPH, NOGLYPH, NOGLYPH, NOGLYPH, NOGLYPH, NOGLYPH, NOGLYPH, NOGLYPH, + NOGLYPH, NOGLYPH, NOGLYPH, NOGLYPH, NOGLYPH, NOGLYPH, NOGLYPH, NOGLYPH, + NOGLYPH, /* ascii0241 */ 0x00, 0x00, |