mirror of
https://bjh21.me.uk/bedstead/.git
synced 2026-07-09 21:43:06 -04:00
Descriptive comment for df.ps.
This commit is contained in:
parent
42213834b6
commit
6ea71f2520
10
df.ps
10
df.ps
@ -1,3 +1,13 @@
|
||||
%!
|
||||
% This program produces a tileset image suitable for use with
|
||||
% Dwarf Fortress. This is an image with 256 glyphs in a 16x16
|
||||
% square, in white on magenta. The character set is (roughly)
|
||||
% IBM Code Page 437.
|
||||
%
|
||||
% "size" should be defined in systemdict to be the pixel size of font
|
||||
% to generate, e.g. using -dsize=10 as a command-line option to
|
||||
% Ghostscript.
|
||||
%
|
||||
/pw size 16 mul 6 mul 10 div def
|
||||
/ph size 16 mul def
|
||||
<< /HWResolution [ 72 72 ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user