bedstead/title.ps
Ben Harris 2ed43ed355 Every font's Web page should include a sample. This one now does so,
with all the machinery to construct it as well.
2009-12-05 00:13:16 +00:00

9 lines
255 B
PostScript

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