home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Fonts / fontcollections / Fonts-2.0.README < prev    next >
Encoding:
Text File  |  1992-05-25  |  3.8 KB  |  64 lines

  1. ReadMe.rtf X Overview of Font Collection 2.0 (January 1991)
  2.  
  3. Introduction
  4.  
  5. This directory contains PostScript fonts that I copied from Macintosh archive sites and moved to the NeXT Computer.  Each font is contained in its own directory with a ".font" extension.  (This is how NeXT Software Release 2.0 does things.)
  6. Within each font directory, at least four files should be found:
  7.  
  8.     fontname    The PostScript code necessary to render the font.
  9.     fontname.afm    The Adobe Font Metrics file.
  10.     fontname.readme    Information about the font.  This includes where it came from, the font creator's name and original notes, and any notes I had concerning the conversion process.
  11.     fontname.bmap    A MacBinary version of the Macintosh screen bit-maps.  (I include this because some of the authors require it and just in case someone is creative enough to convert them into screen bit-maps for the NeXT.)
  12.     
  13. I have tried each of these fonts on my NeXT Computer (running 2.0) and they seem to work.  In the past, I have had problems with some fonts not loading correctly, but I believe everything now works.  (I'm sure several of you will prove me wrong; I have great confidence in you!)
  14.  
  15. Font Descriptions
  16.  
  17. All the fonts in this package are shareware.  See the "readme" files within the font directories for details.  (Do not send money to me, send it to the original font creator.  I'm just passing these fonts along hoping you find them useful.)
  18.  
  19. FontName    FontType    NotesX
  20.  
  21. BlackForest    1    Old World German mixed with the Venice font
  22. Bodidly-Bold    1    resembles Adobe's Bodoni
  23. CartWright    1    resembles Adobe's Ponderosa
  24. Flintstone    3    "that modern stone-age family"
  25. IBMKlone    3    First it was SoftPC, now this!  This font has the IBM character set with the same mapping.
  26. InkaBod    1    based on a Nordic typeface
  27. Judas    1    resembles Adobe's wood font (caps only)
  28. Kastellar-Openface    1    classical outline letters (has leading problems)
  29. Kathlita    3    sans-serif
  30. Mazama-Plain    1    Tall, curvy letters with swashes (based on M.G.B. Patrician)
  31. MesozoicGothic    1    rough edged block letters
  32. OswaldBlack    1    resembles Adobe's Bodoni
  33. Pixie    1    like Bodoni after 10 or more beers
  34. Polo-SemiScript    1    brush stroke with plenty of swashes
  35. Premium-Thin    3    (leading problems)
  36. Rhyolite-Vertical    1    resembles Huxley Vertical (caps only)
  37. Sharktooth    1    solid black letters with white stripes in places
  38. UpperEastSide    1    based on Parisian, vaguely resembles Broadway
  39. UpperWestSide    1    masthead for the New Yorker magazine
  40. VarahCaps    1    large black letters on stained glass background (caps only)
  41.  
  42. X Many of the notes listed above were based on comments given in the index file at um-mts.cc.umich.edu (directory PC2:).  This site has a large collection of Macintosh related materials.
  43.  
  44. Installation
  45.  
  46. To help make the installation process easy, I have included a Makefile which can be run from a Unix shell.  The following make commands are available:
  47.  
  48. make install    Guess if you are running Software Release 2.0 or 1.0 and invokes install2.0 or install1.0, respectively.
  49.  
  50. make install2.0    Copies the font directories into place and runs buildafmdir.
  51.  
  52. make install1.0    Copies the AFM and PostScript files into the proper locations and runs buildafmdir.
  53.  
  54. make deletebitmaps    Deletes the Macintosh bitmaps from the installed font directories.  (Useful only if install2.0 was done.)
  55.  
  56. make deletereadmes    Deletes the informational files from the installed font directories.  (Useful only if install2.0 was done.)
  57.  
  58. make package    Creates an Installer package suitable for distribution via removable media.  (I almost distributed this package via this means, but I'm not completely sold on the Installer just yet.)
  59.  
  60. By default, the Makefile installs the fonts into ~/Library/Fonts.  If you want to change this location, edit the INSTALLDIR line in the Makefile.
  61.  
  62. Good luck and I hope everything works for you!  -dcb
  63.  
  64. Doug Brenner <dbrenner@umaxc.weeg.uiowa.edu>