mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-09 21:43:06 -04:00
The names of the widths now track those in the OpenType 'OS/2' table, so the former condensed and semicondensed are now ultra-condensed and extra-condensed, and there are new condensed and semi-condensed widths to fill the gaps. Also, the fonts are named more consistently with Adobe's practice: "Bedstead Semi Condensed" and so forth. The new Bedstead Condensed makes a pretty decent terminal font, which is a nice side-effect.
11 lines
402 B
PostScript
11 lines
402 B
PostScript
<< /HWResolution [ 72 72 ] /PageSize [ 860 120 ] >> setpagedevice
|
|
/Bedstead findfont 40 scalefont setfont
|
|
0 88 moveto (Bedstead) show
|
|
/Bedstead-UltraCondensed findfont 80 scalefont setfont
|
|
0 8 moveto (Ultra Condensed) show
|
|
/Bedstead-Extended findfont 40 scalefont setfont
|
|
400 88 moveto (Extended) show
|
|
/Bedstead-ExtraCondensed findfont 80 scalefont setfont
|
|
400 8 moveto (Extra Condensed) show
|
|
showpage
|