home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume12 / hershtools / part05 / README2 < prev   
Text File  |  1987-10-24  |  2KB  |  41 lines

  1.  
  2. A while back I posted some Hershey utilities to edit files of
  3. vector data and to create from them various sorts of fonts.
  4. However, the vector data is in an idiosyncratic format -- .chr
  5. files.  Now here are routines to create such files from the
  6. Hershey data in the form in which it was posted in volume 4
  7. of mod.sources.  Rather than use the .hmp format for specifying
  8. a mapping from Hershey character number to ascii, I decided
  9. to use the .spec format of William LeFebvre's hfont package
  10. (in volume 5 of comp.sources.unix), since it is more complete.
  11. But means for creating .spec files from the data in the .hmp
  12. files that come with the Hershey data are here included.
  13.  
  14. If these files are placed in the same directory as the Hershey
  15. data, one can proceed as follows:
  16.     (1) make
  17.         (constructs programs cnv and h2s)
  18.     (2) make occidental
  19.         (occidental is hersh.oc? concatenated)
  20.     (3) make <name>.chr
  21.         OR make <name>.spec THEN make <name>.chr
  22.         (where <name>.hmp is one of the Hershey map files)
  23.  
  24. For oriental fonts, create (somehow) a .spec file with a
  25. first line "repertory oriental", make oriental, then
  26.     cnv <name.spec >name.chr
  27.  
  28. Here are also 3 patch files, dif-*, which ought to be applied
  29. to the source files I distributed previously, to make the utilities
  30. eplot and hplot more compatible with the .chr files generated
  31. through the above procedure.
  32.  
  33. The code in cnv.c was adapted from hershey.c by James Hurt (translated
  34. by Pete Holzmann) and from hfont.c by William LeFebvre.
  35.  
  36. Greg Lee, 10/12/87
  37. U.S.mail: 562 Moore Hall, Dept. of Linguistics, Univ. of Hawaii, HONO, HI 96822
  38. INTERNET: lee@uhccux.uhcc.hawaii.edu
  39. UUCP:     {ihnp4,dcdwest,ucbvax}!sdcsvax!nosc!uhccux!lee
  40. BITNET:   lee%uhccux.uhcc.hawaii.edu@rutgers.edu
  41.