summaryrefslogtreecommitdiff
path: root/fonts/utilities/fontload/lib/cvtmap.ps
blob: 5c2fa715ea7b86cdf6d6bc87ccaa2777e5dfba95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/; { def } bind def
256 dict begin
INFILE run
currentdict end
/outfp OUTFILE (w) file def
{
  exch (..............................................................) cvs
  outfp exch writestring
  outfp ( )  writestring
  outfp exch writestring
  outfp (\n) writestring
} forall