From: Ben Harris Date: Sun, 2 Jul 2017 23:43:22 +0000 (+0100) Subject: Web page update for condensed fonts. X-Git-Tag: bedstead-001.003~21 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=247547bf40bcbc2aaea136bfe86a920b7fefc358;p=bedstead.git Web page update for condensed fonts. --- diff --git a/Makefile b/Makefile index 23973b9..3bb5fd8 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/extended.ps b/extended.ps index e984118..93bf1ca 100644 --- a/extended.ps +++ b/extended.ps @@ -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 diff --git a/index.xhtml b/index.xhtml index b46414d..96b909d 100644 --- a/index.xhtml +++ b/index.xhtml @@ -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.

+

To simulate teletext double-height mode, Bedstead and + Bedstead Extended each has a half-width version, Bedstead + Condensed and Bedstead Semicondensed respectively.

[ Bedstead and Bedstead Extended ]

@@ -74,6 +77,14 @@
  • bedstead-ext.sfd, bedstead-ext.otf – Spline Font Database and OpenType versions of the extended font.
  • +
  • bedstead-con.sfd, + bedstead-con.otf – + Spline Font Database and OpenType versions of the condensed + (double-height) font.
  • +
  • bedstead-sem.sfd, + bedstead-sem.otf – + Spline Font Database and OpenType versions of the semicondensed + (double-height extended) font.
  • bedstead-10.bdf, bedstead-20.bdf – Bitmap versions at 10 and 20 pixels high.