mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-09 21:43:06 -04:00
This adds the extended font to the distribution package and also a little picture to show what Bedstead Extended looks like.
7 lines
227 B
PostScript
7 lines
227 B
PostScript
<< /HWResolution [ 72 72 ] /PageSize [ 510 80 ] >> setpagedevice
|
|
/Bedstead findfont 40 scalefont setfont
|
|
0 48 moveto (Bedstead) show
|
|
/Bedstead-Extended findfont 40 scalefont setfont
|
|
0 8 moveto (Bedstead Extended) show
|
|
showpage
|