Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/wsfont This is X11's 75dpi/term14.bdf, use if you wa...
details: https://anonhg.NetBSD.org/src/rev/155177e10c61
branches: trunk
changeset: 372217:155177e10c61
user: macallan <macallan%NetBSD.org@localhost>
date: Mon Oct 31 13:24:58 2022 +0000
description:
This is X11's 75dpi/term14.bdf, use if you want your console to look like an
xterm. Unlike QVSS this font contains accented characters, umlauts etc.
diffstat:
sys/dev/wsfont/files.wsfont | 3 +-
sys/dev/wsfont/term14.h | 3175 +++++++++++++++++++++++++++++++++++++++++++
sys/dev/wsfont/wsfont.c | 12 +-
3 files changed, 3187 insertions(+), 3 deletions(-)
diffs (truncated from 3235 to 300 lines):
diff -r a5b9459c7fdb -r 155177e10c61 sys/dev/wsfont/files.wsfont
--- a/sys/dev/wsfont/files.wsfont Mon Oct 31 13:00:34 2022 +0000
+++ b/sys/dev/wsfont/files.wsfont Mon Oct 31 13:24:58 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.wsfont,v 1.30 2021/11/20 00:08:23 rin Exp $
+# $NetBSD: files.wsfont,v 1.31 2022/10/31 13:24:58 macallan Exp $
defpseudo wsfont
@@ -37,5 +37,6 @@
FONT_SPLEEN16x32
FONT_SPLEEN32x64
FONT_LIBERATION_MONO12x21
+ FONT_TERMINAL8x13
file dev/wsfont/wsfontdev.c wsfont needs-flag
diff -r a5b9459c7fdb -r 155177e10c61 sys/dev/wsfont/term14.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/dev/wsfont/term14.h Mon Oct 31 13:24:58 2022 +0000
@@ -0,0 +1,3175 @@
+/*
+
++
+ Copyright (c) 1987, 1994 Digital Equipment Corporation
+
+ The X Consortium, and any party obtaining a copy of these files from
+ the X Consortium, directly or indirectly, is granted, free of charge, a
+ full and unrestricted irrevocable, world-wide, paid up, royalty-free,
+ nonexclusive right and license to deal in this software and
+ documentation files (the "Software"), including without limitation the
+ rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons who receive
+ copies from any such party to do so. This license includes without
+ limitation a license to do the foregoing actions under any patents of
+ the party supplying this software to the X Consortium.
+
+ Digital Equipment Corporation make no representations about the
+ suitability of this software for any purpose. It is provided "as
+ is" without express or implied warranty.
+-
+*/
+
+static u_char Terminal_8x13_data[];
+
+static struct wsdisplay_font Terminal_8x13 = {
+ "Terminal", /* typeface name */
+ 32, /* firstchar */
+ 224, /* numchars */
+ 0, /* encoding */
+ 8, /* fontwidth */
+ 13, /* fontheight */
+ 1, /* stride */
+ WSDISPLAY_FONTORDER_L2R, /* bit order */
+ WSDISPLAY_FONTORDER_L2R, /* byte order */
+ Terminal_8x13_data /* data */
+};
+
+static u_char Terminal_8x13_data[] = {
+ /* 32 space */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+ /* 33 exclam */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x10, /* . . . []. . . . */
+0x10, /* . . . []. . . . */
+0x10, /* . . . []. . . . */
+0x10, /* . . . []. . . . */
+0x10, /* . . . []. . . . */
+0x00, /* . . . . . . . . */
+0x10, /* . . . []. . . . */
+0x10, /* . . . []. . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+ /* 34 quotedbl */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x24, /* . . []. . []. . */
+0x24, /* . . []. . []. . */
+0x24, /* . . []. . []. . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+ /* 35 numbersign */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x24, /* . . []. . []. . */
+0x24, /* . . []. . []. . */
+0x7e, /* . [][][][][][]. */
+0x24, /* . . []. . []. . */
+0x7e, /* . [][][][][][]. */
+0x24, /* . . []. . []. . */
+0x24, /* . . []. . []. . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+ /* 36 dollar */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x08, /* . . . . []. . . */
+0x1c, /* . . . [][][]. . */
+0x2a, /* . . []. []. []. */
+0x18, /* . . . [][]. . . */
+0x0c, /* . . . . [][]. . */
+0x2a, /* . . []. []. []. */
+0x1c, /* . . . [][][]. . */
+0x08, /* . . . . []. . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+ /* 37 percent */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x24, /* . . []. . []. . */
+0x5c, /* . []. [][][]. . */
+0x28, /* . . []. []. . . */
+0x08, /* . . . . []. . . */
+0x10, /* . . . []. . . . */
+0x14, /* . . . []. []. . */
+0x2a, /* . . []. []. []. */
+0x24, /* . . []. . []. . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+ /* 38 ampersand */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x10, /* . . . []. . . . */
+0x28, /* . . []. []. . . */
+0x28, /* . . []. []. . . */
+0x10, /* . . . []. . . . */
+0x2a, /* . . []. []. []. */
+0x44, /* . []. . . []. . */
+0x44, /* . []. . . []. . */
+0x3a, /* . . [][][]. []. */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+ /* 39 quoteright */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x08, /* . . . . []. . . */
+0x08, /* . . . . []. . . */
+0x10, /* . . . []. . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+ /* 40 parenleft */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x04, /* . . . . . []. . */
+0x08, /* . . . . []. . . */
+0x08, /* . . . . []. . . */
+0x10, /* . . . []. . . . */
+0x10, /* . . . []. . . . */
+0x10, /* . . . []. . . . */
+0x10, /* . . . []. . . . */
+0x08, /* . . . . []. . . */
+0x08, /* . . . . []. . . */
+0x04, /* . . . . . []. . */
+0x00, /* . . . . . . . . */
+ /* 41 parenright */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x20, /* . . []. . . . . */
+0x10, /* . . . []. . . . */
+0x10, /* . . . []. . . . */
+0x08, /* . . . . []. . . */
+0x08, /* . . . . []. . . */
+0x08, /* . . . . []. . . */
+0x08, /* . . . . []. . . */
+0x10, /* . . . []. . . . */
+0x10, /* . . . []. . . . */
+0x20, /* . . []. . . . . */
+0x00, /* . . . . . . . . */
+ /* 42 asterisk */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x08, /* . . . . []. . . */
+0x2a, /* . . []. []. []. */
+0x1c, /* . . . [][][]. . */
+0x1c, /* . . . [][][]. . */
+0x2a, /* . . []. []. []. */
+0x08, /* . . . . []. . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+ /* 43 plus */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x08, /* . . . . []. . . */
+0x08, /* . . . . []. . . */
+0x3e, /* . . [][][][][]. */
+0x08, /* . . . . []. . . */
+0x08, /* . . . . []. . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+ /* 44 comma */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x08, /* . . . . []. . . */
+0x08, /* . . . . []. . . */
+0x10, /* . . . []. . . . */
+0x00, /* . . . . . . . . */
+ /* 45 minus */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x7e, /* . [][][][][][]. */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+ /* 46 period */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x10, /* . . . []. . . . */
+0x10, /* . . . []. . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+ /* 47 slash */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x04, /* . . . . . []. . */
+0x04, /* . . . . . []. . */
+0x08, /* . . . . []. . . */
+0x08, /* . . . . []. . . */
+0x08, /* . . . . []. . . */
+0x10, /* . . . []. . . . */
+0x10, /* . . . []. . . . */
+0x10, /* . . . []. . . . */
+0x20, /* . . []. . . . . */
+0x20, /* . . []. . . . . */
+0x00, /* . . . . . . . . */
+ /* 48 zero */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x1c, /* . . . [][][]. . */
+0x22, /* . . []. . . []. */
+0x22, /* . . []. . . []. */
+0x22, /* . . []. . . []. */
+0x22, /* . . []. . . []. */
+0x22, /* . . []. . . []. */
+0x22, /* . . []. . . []. */
+0x1c, /* . . . [][][]. . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+ /* 49 one */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
+0x00, /* . . . . . . . . */
Home |
Main Index |
Thread Index |
Old Index