chiark / gitweb /
Generate anti-aliased samples, since at 40px high, Bedstead grid-fits
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 5 May 2012 00:40:38 +0000 (01:40 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 5 May 2012 00:40:38 +0000 (01:40 +0100)
rather strangely.

Makefile

index 9a401801517dabecce9db0eaa10c268c8541cda2..f381ca4f28180345e664fc900f8d0a587ff06750 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ bedstead.sfd: bedstead
        fontforge -lang=ff -c 'Open($$1); Generate($$2)' ${.IMPSRC} ${.TARGET}
 
 .ps.png: bedstead.pfa
-       gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pnggray \
+       gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=pnggray -dTextAlphaBits=4 \
                -sOutputFile=${.TARGET} bedstead.pfa ${.IMPSRC}
 
 clean: .PHONY