From: Ben Harris Date: Sat, 5 May 2012 00:40:38 +0000 (+0100) Subject: Generate anti-aliased samples, since at 40px high, Bedstead grid-fits X-Git-Tag: bedstead-001.000~87 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=1e4243eb8637691395e75376bd4a2b3ac5f7498f;p=bedstead.git Generate anti-aliased samples, since at 40px high, Bedstead grid-fits rather strangely. --- diff --git a/Makefile b/Makefile index 9a40180..f381ca4 100644 --- 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