home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume4 / hershey / part1 / README < prev    next >
Encoding:
Text File  |  1986-11-30  |  5.3 KB  |  113 lines

  1. This distribution is made possible through the collective encouragement
  2. of the Usenet Font Consortium, a mailing list that sprang to life to get
  3. this accomplished and that will now most likely disappear into the mists
  4. of time... Thanks are especially due to Jim Hurt, who provided the packed
  5. font data for the distribution, along with a lot of other help.
  6.  
  7. This file describes the Hershey Fonts in general, along with a description of
  8. the other files in this distribution and a simple re-distribution restriction.
  9.  
  10. USE RESTRICTION:
  11.     This distribution of the Hershey Fonts may be used by anyone for
  12.     any purpose, commercial or otherwise, providing that:
  13.         1. The following acknowledgements must be distributed with
  14.             the font data:
  15.             - The Hershey Fonts were originally created by Dr.
  16.                 A. V. Hershey while working at the U. S.
  17.                 National Bureau of Standards.
  18.             - The format of the Font data in this distribution
  19.                 was originally created by
  20.                     James Hurt
  21.                     Cognition, Inc.
  22.                     900 Technology Park Drive
  23.                     Billerica, MA 01821
  24.                     (mit-eddie!ci-dandelion!hurt)
  25.         2. The font data in this distribution may be converted into
  26.             any other format *EXCEPT* the format distributed by
  27.             the U.S. NTIS (which organization holds the rights
  28.             to the distribution and use of the font data in that
  29.             particular format). Not that anybody would really
  30.             *want* to use their format... each point is described
  31.             in eight bytes as "xxx yyy:", where xxx and yyy are
  32.             the coordinate values as ASCII numbers.
  33.  
  34. *PLEASE* be reassured: The legal implications of NTIS' attempt to control
  35. a particular form of the Hershey Fonts *are* troubling. HOWEVER: We have
  36. been endlessly and repeatedly assured by NTIS that they do not care what
  37. we do with our version of the font data, they do not want to know about it,
  38. they understand that we are distributing this information all over the world,
  39. etc etc etc... but because it isn't in their *exact* distribution format, they
  40. just don't care!!! So go ahead and use the data with a clear conscience! (If
  41. you feel bad about it, take a smaller deduction for something on your taxes
  42. next week...)
  43.  
  44. The Hershey Fonts:
  45.     - are a set of more than 2000 glyph (symbol) descriptions in vector 
  46.         ( <x,y> point-to-point ) format
  47.     - can be grouped as almost 20 'occidental' (english, greek,
  48.         cyrillic) fonts, 3 or more 'oriental' (Kanji, Hiragana,
  49.         and Katakana) fonts, and a few hundred miscellaneous
  50.         symbols (mathematical, musical, cartographic, etc etc)
  51.     - are suitable for typographic quality output on a vector device
  52.         (such as a plotter) when used at an appropriate scale.
  53.     - were digitized by Dr. A. V. Hershey while working for the U.S.
  54.         Government National Bureau of Standards (NBS).
  55.     - are in the public domain, with a few caveats:
  56.         - They are available from NTIS (National Technical Info.
  57.             Service) in a computer-readable from which is *not*
  58.             in the public domain. This format is described in
  59.             a hardcopy publication "Tables of Coordinates for
  60.             Hershey's Repertory of Occidental Type Fonts and
  61.             Graphic Symbols" available from NTIS for less than
  62.             $20 US (phone number +1 703 487 4763).
  63.         - NTIS does not care about and doesn't want to know about
  64.             what happens to Hershey Font data that is not
  65.             distributed in their exact format.
  66.         - This distribution is not in the NTIS format, and thus is
  67.             only subject to the simple restriction described
  68.             at the top of this file.
  69.  
  70. Hard Copy samples of the Hershey Fonts are best obtained by purchasing the
  71. book described above from NTIS. It contains a sample of all of the Occidental
  72. symbols (but none of the Oriental symbols).
  73.  
  74. This distribution:
  75.     - contains
  76.         * a complete copy of the Font data using the original
  77.             glyph-numbering sequence
  78.         * a set of translation tables that could be used to generate
  79.             ASCII-sequence fonts in various typestyles
  80.         * a couple of sample programs in C and Fortran that are
  81.             capable of parsing the font data and displaying it
  82.             on a graphic device (we recommend that if you
  83.             wish to write programs using the fonts, you should
  84.             hack up one of these until it works on your system)
  85.             
  86.     - consists of the following files...
  87.         hershey.doc - details of the font data format, typestyles and
  88.                 symbols included, etc.
  89.         hersh.oc[1-4] - The Occidental font data (these files can
  90.                     be catenated into one large database)
  91.         hersh.or[1-4] - The Oriental font data (likewise here)
  92.         *.hmp - Occidental font map files. Each file is a translation
  93.                 table from Hershey glyph numbers to ASCII
  94.                 sequence for a particular typestyle.
  95.         hershey.f77 - A fortran program that reads and displays all
  96.                 of the glyphs in a Hershey font file.
  97.         hershey.c   - The same, in C, using GKS, for MS-DOS and the
  98.                 PC-Color Graphics Adaptor.
  99.  
  100. Additional Work To Be Done (volunteers welcome!):
  101.  
  102.     - Integrate this complete set of data with the hershey font typesetting
  103.         program recently distributed to mod.sources
  104.     - Come up with an integrated data structure and supporting routines
  105.         that make use of the ASCII translation tables
  106.     - Digitize additional characters for the few places where non-ideal
  107.         symbol substitutions were made in the ASCII translation tables.
  108.     - Make a version of the demo program (hershey.c or hershey.f77) that
  109.         uses the standard Un*x plot routines.
  110.     - Write a banner-style program using Hershey Fonts for input and
  111.         non-graphic terminals or printers for output.
  112.     - Anything else you'd like!
  113.