plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

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