bedstead/index.html
Ben Harris d85ec66568 Simon had the name "Bedstead" lying around doing nothing, so I've swiped
it for this one as an improvement on "TTXT".
2009-10-11 23:17:04 +01:00

41 lines
2.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Bedstead &ndash; MODE 7 for the 21st century</title>
</head>
<body>
<h1>Bedstead &ndash; MODE 7 for the 21st century</h1>
<p>Bedstead is an outline font based on the characters produced by the
Mullard SAA5050 series of Teletext Character Generators. The
SAA5050 is familiar to those of a certain age as the one that
produced the <code>MODE 7</code> display on the BBC
Microcomputer. It generates characters from a 5 × 9 pixel
matrix, smoothing diagonal lines to produce an interlaced 10 ×
18 matrix for each character. This font it generated by an
extension of the SAA5050s smoothing algorithm. In addition to
the characters available from the SAA5050 itself, the font
includes characters from the other chips in the family
(including Cyrillic and Hebrew alphabets), an Arabic alphabet
found in an EBU document, and various other useful glyphs. All
glyphs are drawn on the same 5 × 9 pixel grid, albeit with a
slight variation to let the Arabic characters join up.</p>
<p>The outline version of the font is generated by an ANSI C program
which emits a Spline Font Database file for use with
<a href="http://fontforge.sourceforge.net/">Fontforge</a>, which
can convert it into most reasonable font formats.</p>
<ul>
<li><code><a href="ttxt.c"><code>ttxt.c</code></a> &ndash; The C
program that generates the font.</li>
<li><code><a href="ttxt.sfd"><code>ttxt.sfd</code></a> &ndash;
The Spline Font Database file for use with Fontforge.</li>
<li><code><a href="Bedstead.otf"><code>Bedstead.otf</code></a> &ndash;
The finished font in OpenType format.</li>
</ul>
</body>
</html>