From: Ben Harris
Date: Tue, 24 Nov 2015 22:36:07 +0000 (+0000)
Subject: Distribution bits for Bedstead Extended.
X-Git-Tag: bedstead-001.001~1
X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=133e00d40b7432e82e0290054905f5163922a861;p=bedstead.git
Distribution bits for Bedstead Extended.
This adds the extended font to the distribution package and also a
little picture to show what Bedstead Extended looks like.
---
diff --git a/Makefile b/Makefile
index d0421f0..a90f997 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-all: bedstead.otf bedstead-ext.otf sample.png title.png bedstead-10-df.png bedstead-20-df.png
+all: bedstead.otf bedstead-ext.otf sample.png title.png extended.png \
+ bedstead-10-df.png bedstead-20-df.png
bedstead.sfd: bedstead
./bedstead > bedstead.sfd
@@ -13,8 +14,9 @@ bedstead-ext.sfd: bedstead
%.pfa %.afm: %.sfd
fontforge -lang=ff -c 'Open($$1); Generate($$2)' $< $@
-%.png: %.ps bedstead.pfa
- gs -q -dSAFER -sDEVICE=pnggray -dTextAlphaBits=4 -o $@ bedstead.pfa $<
+%.png: %.ps bedstead.pfa bedstead-ext.pfa
+ gs -q -dSAFER -sDEVICE=pnggray -dTextAlphaBits=4 -o $@ \
+ bedstead.pfa bedstead-ext.pfa $<
bedstead-%-df.png: df.ps bedstead.pfa
gs -q -dSAFER -dsize=$* -sDEVICE=png16m -o $@ bedstead.pfa $<
@@ -25,6 +27,7 @@ clean:
DISTFILES = bedstead.c Makefile \
bedstead.sfd bedstead.otf bedstead.pfa bedstead.afm \
+ bedstead-ext.sfd bedstead-ext.otf bedstead-ext.pfa bedstead-ext.afm \
bedstead-10.bdf bedstead-20.bdf \
bedstead-10-df.png bedstead-20-df.png
diff --git a/extended.ps b/extended.ps
new file mode 100644
index 0000000..e984118
--- /dev/null
+++ b/extended.ps
@@ -0,0 +1,6 @@
+<< /HWResolution [ 72 72 ] /PageSize [ 510 80 ] >> setpagedevice
+/Bedstead findfont 40 scalefont setfont
+0 48 moveto (Bedstead) show
+/Bedstead-Extended findfont 40 scalefont setfont
+0 8 moveto (Bedstead Extended) show
+showpage
diff --git a/index.html b/index.html
index ef824c1..c295109 100644
--- a/index.html
+++ b/index.html
@@ -30,6 +30,8 @@
Bedstead Extended, that more accurately reflects the character
shapes generated by an SAA5050 driving a 576i display.
+ ![[ Bedstead and Bedstead Extended ]](extended.png)
+
The outline version of Bedstead is generated by an ANSI C program
which emits a Spline Font Database file for use with
Fontforge, which