bedstead/title.ps
Ben Harris 3c7ba49360 Change font size of heading to 100px.
Bedstead works best at pixel sizes of the form 20+40n, where n is an 
integer.
2017-06-30 10:37:57 +01:00

9 lines
258 B
PostScript

<< /HWResolution [ 72 72 ] /PageSize [ 470 90 ] >> setpagedevice
/Bedstead findfont 100 scalefont setfont
0 10 moveto
/s { show } def
/k { -10 0 rmoveto } def
% Manually apply the 'palt' OTF feature to improve the spacing
(Beds) s k (t) s k (ead) s
showpage