mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-10 05:53:05 -04:00
9 lines
255 B
PostScript
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
|