home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / printer / hwgpost / path_font < prev    next >
Text File  |  1995-02-27  |  2KB  |  43 lines

  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. %
  3. %   This file (C)1994 by Heinz Wrobel, for Joan Thuesen
  4. %
  5. %   $Id: PATH_FONT 1.2 1994/07/06 06:23:27 heinz Exp $
  6. %
  7. %   This file is part of HWGPOST. Please check the documentation for
  8. %   information about legal issues, price, and distributability.
  9. %   Contact me at <heinz@hwg.muc.de> if no other address can be found.
  10. %
  11. %   This is the definition file for the font search path for
  12. %   HWGPOST >=22.17. It should be located in (%ENVARC%HWGPOST) to be
  13. %   copied into (%ENV%HWGPOST) by the AmigaOS.
  14. %
  15. %   You'll define a search for font files in "not really PostScript"
  16. %   notation. With a given font name <file>, the first string is the prefix
  17. %   and the second string the suffix used. The second string may be
  18. %   omitted for an empty filename suffix. Note that the two strings must be
  19. %   separated by a comma and on one line! This file is _not_ parsed as
  20. %   a PostScript program!
  21. %
  22. %   The resulting filename tested will be
  23. %
  24. %       <prefix><file><suffix>.
  25. %
  26. %   Name aliasing is not supported currently.
  27. %
  28. %   For (MyFont) with a Prefix of (%PSF%) and a suffix of (.fnt), this would
  29. %   result in a file name of (%PSF%MyFont.fnt). Once a file is found with
  30. %   that name, the search is stopped and the filename is used. Below are
  31. %   the standard search definitions.
  32. %
  33. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  34.  
  35. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  36. % Prefix                % Suffix
  37. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  38. (%PSFONTS%),            ()
  39. %(%CGFONTS%PS/),         (.font)
  40. (%PSFONTS%OtherFonts/), ()
  41.  
  42. %%% EOF %%%
  43.