Web page update for condensed fonts.

This commit is contained in:
Ben Harris 2017-07-03 00:43:22 +01:00
parent 97721e5362
commit 247547bf40
3 changed files with 23 additions and 5 deletions

View File

@ -21,9 +21,10 @@ bedstead-sem.sfd: bedstead
%.pfa %.afm: %.sfd
fontforge -lang=ff -c 'Open($$1); Generate($$2)' $< $@
%.png: %.ps bedstead.pfa bedstead-ext.pfa
%.png: %.ps bedstead.pfa bedstead-ext.pfa bedstead-con.pfa bedstead-sem.pfa
gs -q -dSAFER -sDEVICE=pnggray -dTextAlphaBits=4 -o $@ \
bedstead.pfa bedstead-ext.pfa $<
bedstead.pfa bedstead-ext.pfa \
bedstead-con.pfa bedstead-sem.pfa $<
bedstead-%-df.png: df.ps bedstead.pfa
gs -q -dSAFER -dsize=$* -sDEVICE=png16m -o $@ bedstead.pfa $<
@ -35,6 +36,8 @@ clean:
DISTFILES = bedstead.c Makefile COPYING \
bedstead.sfd bedstead.otf bedstead.pfa bedstead.afm \
bedstead-ext.sfd bedstead-ext.otf bedstead-ext.pfa bedstead-ext.afm \
bedstead-con.sfd bedstead-con.otf bedstead-con.pfa bedstead-con.afm \
bedstead-sem.sfd bedstead-sem.otf bedstead-sem.pfa bedstead-sem.afm \
bedstead-10.bdf bedstead-20.bdf \
bedstead-10-df.png bedstead-20-df.png

View File

@ -1,6 +1,10 @@
<< /HWResolution [ 72 72 ] /PageSize [ 510 80 ] >> setpagedevice
<< /HWResolution [ 72 72 ] /PageSize [ 700 120 ] >> setpagedevice
/Bedstead findfont 40 scalefont setfont
0 48 moveto (Bedstead) show
0 88 moveto (Bedstead) show
/Bedstead-Condensed findfont 80 scalefont setfont
0 8 moveto (Condensed) show
/Bedstead-Extended findfont 40 scalefont setfont
0 8 moveto (Bedstead Extended) show
300 88 moveto (Extended) show
/Bedstead-Semicondensed findfont 80 scalefont setfont
300 8 moveto (Semicondensed) show
showpage

View File

@ -31,6 +31,9 @@
entirely faithful to the SAA5050. There is a second version,
Bedstead Extended, that more accurately reflects the character
shapes generated by an SAA5050 driving a 576i display.</p>
<p>To simulate teletext double-height mode, Bedstead and
Bedstead Extended each has a half-width version, Bedstead
Condensed and Bedstead Semicondensed respectively.</p>
<p><img alt="[ Bedstead and Bedstead Extended ]" src="extended.png"/></p>
@ -74,6 +77,14 @@
<li><a href="bedstead-ext.sfd"><code>bedstead-ext.sfd</code></a>,
<a href="bedstead-ext.otf"><code>bedstead-ext.otf</code></a> &ndash;
Spline Font Database and OpenType versions of the extended font.</li>
<li><a href="bedstead-con.sfd"><code>bedstead-con.sfd</code></a>,
<a href="bedstead-con.otf"><code>bedstead-con.otf</code></a> &ndash;
Spline Font Database and OpenType versions of the condensed
(double-height) font.</li>
<li><a href="bedstead-sem.sfd"><code>bedstead-sem.sfd</code></a>,
<a href="bedstead-sem.otf"><code>bedstead-sem.otf</code></a> &ndash;
Spline Font Database and OpenType versions of the semicondensed
(double-height extended) font.</li>
<li><a href="bedstead-10.bdf"><code>bedstead-10.bdf</code></a>,
<a href="bedstead-20.bdf"><code>bedstead-20.bdf</code></a> &ndash;
Bitmap versions at 10 and 20 pixels high.</li>