plan9port

[fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port # fast
git clone https://src.adamsgaard.dk/plan9port.git # slow
Log | Files | Refs | README | LICENSE Back to index

README (622B)


      1 PostScript files that go in $(POSTLIB). Several, like forms.ps, are
      2 used by most translators supplied in this package. Most PostScript
      3 files only used by a single translator (e.g. the prologue) have been 
      4 been moved into the appropriate source directory. Files that end in
      5 .enc support alternate character sets (e.g. ISO Latin 1 alphabet).
      6 The implementation is left open, but typically redefines findfont.
      7 That approach works because findfont is a procedure rather than an
      8 operator, so it's not affected by bind. Also can't depend on having
      9 a systemdict definition for findfont. It's in userdict on Version
     10 48.0 VT600s.
     11