mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-08-06 12:24:27 -04:00
Mechanism for making a 10-pixel DF font.
This commit is contained in:
parent
45fe572acb
commit
e46dd52652
6
Makefile
6
Makefile
@ -1,4 +1,4 @@
|
||||
all: bedstead.otf sample.png title.png
|
||||
all: bedstead.otf sample.png title.png bedstead-10-df.png bedstead-20-df.png
|
||||
|
||||
bedstead.sfd: bedstead
|
||||
./bedstead > bedstead.sfd
|
||||
@ -13,8 +13,8 @@ bedstead.sfd: bedstead
|
||||
gs -dSAFER -sDEVICE=pnggray -dTextAlphaBits=4 \
|
||||
-o $@ bedstead.pfa $<
|
||||
|
||||
df.png: df.ps bedstead.pfa
|
||||
gs -dSAFER -sDEVICE=png16m \
|
||||
bedstead-%-df.png: df.ps bedstead.pfa
|
||||
gs -dSAFER -dsize=$* -sDEVICE=png16m \
|
||||
-o $@ bedstead.pfa $<
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user