Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Making a new frame-buffer console font
Date: Wed, 04 Feb 2015 14:19:42
Message-Id: 20150204141920.GA7647@waltdnes.org
In Reply to: [gentoo-user] Making a new frame-buffer console font by Peter Humphrey
1 On Tue, Feb 03, 2015 at 02:43:31PM +0000, Peter Humphrey wrote
2 > Hello list,
3 >
4 > This is to summarise what I did in case anyone else wants to do
5 > something similar.
6 >
7 > Last May I was looking for a font that would distinguish the upper-case
8 > letter O from the numbers 0 and 8 on a virtual TTY with a frame-buffer.
9 > My difficulty was twofold: the available unicode fonts were all too
10 > small, and the only bigger fonts I could find had an oblique stroke
11 > through the zero which made it look like an eight[1], and some of them
12 > even had serifs.
13 >
14 > The first step was to find a font that looked good. I chose terminus
15 > font, which included fonts up to 32 pixels tall and had an attractive
16 > and easily read shape to its characters.
17 >
18 > The second step was to find a font editor, and I found nafe[2]. I
19 > fetched it and compiled it locally. GCC threw out an error but the
20 > program seemed to work anyway. I followed its readme.txt and used the
21 > text editor joe to replace the oblique stroke in the zero with spaces,
22 > and to round the shoulders; I made sure I kept the line lengths the
23 > same, though it's supposed not to be necessary. Lastly I gzip'd the new
24 > font file.
25
26 A bit of a tangent... do you know of any font editors that will
27 convert a font to "double-wide"? E.g. convert 8x8 to 16x8, 8x12 to
28 16x12, or 8x16 to 16x16. The reason I ask is because I have a laptop
29 with a 1280x800 screen. Back in the old days, the native VGA display
30 would've been 80 columns across. But now with framebuffer drivers, the
31 straight text display is almost unreadable 160 columns across. Going to
32 the Sun 12x22 font gives me 107 columns across, but that's still not
33 good. That's why I'm looking for 16-pixel-wide fonts, either freely
34 available, or try to generate them from existing 8-pixel-wide fonts.
35
36 --
37 Walter Dnes <waltdnes@××××××××.org>
38 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-user] Making a new frame-buffer console font Peter Humphrey <peter@××××××××××××.uk>