home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
printer
/
hwgpost
/
path_font
< prev
next >
Wrap
Text File
|
1995-02-27
|
2KB
|
43 lines
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% This file (C)1994 by Heinz Wrobel, for Joan Thuesen
%
% $Id: PATH_FONT 1.2 1994/07/06 06:23:27 heinz Exp $
%
% This file is part of HWGPOST. Please check the documentation for
% information about legal issues, price, and distributability.
% Contact me at <heinz@hwg.muc.de> if no other address can be found.
%
% This is the definition file for the font search path for
% HWGPOST >=22.17. It should be located in (%ENVARC%HWGPOST) to be
% copied into (%ENV%HWGPOST) by the AmigaOS.
%
% You'll define a search for font files in "not really PostScript"
% notation. With a given font name <file>, the first string is the prefix
% and the second string the suffix used. The second string may be
% omitted for an empty filename suffix. Note that the two strings must be
% separated by a comma and on one line! This file is _not_ parsed as
% a PostScript program!
%
% The resulting filename tested will be
%
% <prefix><file><suffix>.
%
% Name aliasing is not supported currently.
%
% For (MyFont) with a Prefix of (%PSF%) and a suffix of (.fnt), this would
% result in a file name of (%PSF%MyFont.fnt). Once a file is found with
% that name, the search is stopped and the filename is used. Below are
% the standard search definitions.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Prefix % Suffix
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
(%PSFONTS%), ()
%(%CGFONTS%PS/), (.font)
(%PSFONTS%OtherFonts/), ()
%%% EOF %%%