chiark
/
gitweb
/
~bjharris
/
bedstead.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e568bd6
)
Generate anti-aliased samples, since at 40px high, Bedstead grid-fits
author
Ben Harris
<bjh21@bjh21.me.uk>
Sat, 5 May 2012 00:40:38 +0000
(
01:40
+0100)
committer
Ben Harris
<bjh21@bjh21.me.uk>
Sat, 5 May 2012 00:40:38 +0000
(
01:40
+0100)
rather strangely.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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