home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 517a.lha / FontManipulatorForDtp_v2 / misc / ABOUT_MISC next >
Text File  |  1991-06-09  |  2KB  |  50 lines

  1. About the miscellaneous files in this directory
  2. -----------------------------------------------
  3.  
  4. cgcharcodes
  5. -----------
  6.  
  7. This file lists the standard characters available in the Compugraphic
  8. fonts and the two byte codes by which they are accessed.  It was obtained
  9. by reverse engineering, so cannot be guaranteed accurate.  It does
  10. however appear to work.
  11.  
  12. Copy this file into your "CGFonts:" directory, where it will be accessed
  13. by mkatc.
  14.  
  15. JansonTextOSF-Roman
  16. -------------------
  17.  
  18. This is an example of a PostScript program that creates a recoded version of
  19. a single font.  It finds the font "JansonText-Roman" and recodes it to
  20. create "JansonTextOSF-Roman", using the PPageExtOSF encoding.
  21.  
  22. To use the file, assuming you have the "JansonText-Roman" font, first edit
  23. it to insert the contents of the encoding file.  (The place is marked in
  24. the source.)  Then copy it into "PSFonts:".  If you are using Post then the
  25. font will be automatically loaded it it is needed.  If you are using a
  26. PostScript printer you must first download the original font, then the
  27. program to recode it, before your print file.
  28.  
  29. To create a bitmapped version of the font, just run mkbmap.  For example:
  30.  
  31.     mkbmap -n JansonOSF/* JansonTextOSF-Roman 12
  32.  
  33. To create a PPage .metric file run mkmetric.  You must use the "-s" option
  34. so the metric file will be flagged as having a font specific encoding.  Then
  35. PPage will not attempt to recode the font itself.  You must still give the
  36. encoding file, as you do not want the Adobe Standard Encoding that is used
  37. in the .afm file.  For example:
  38.  
  39.     mkmetric -e PSFonts:ppextosf_encoding.ps -s ...
  40.              fonts:JansonOSF.metric JansonText-Roman.afm
  41.  
  42. usa1ext
  43. -------
  44.  
  45. This is an extended keymap.  It is just like usa1, except that the keys
  46. Alt/; and Alt/' have been added, to give codes 168 and 180 respectively.
  47. These give access to "dieresis" and "acute" in the standard character set,
  48. or "trademark" and "quotesingle" in the PPage extended character set.
  49.  
  50.