%
% "$Id: Fontmap,v 1.4 1999/07/30 12:57:12 mike Exp $"
%
%   Fontmap file for the Common UNIX Printing System (CUPS).
%
%   Copyright 1997-1999 by Easy Software Products, all rights reserved.
%
%   These coded instructions, statements, and computer programs are the
%   property of Easy Software Products and are protected by Federal
%   copyright law.  Distribution and use rights are outlined in the file
%   "LICENSE.txt" which should have been included with this file.  If this
%   file is missing or damaged please contact Easy Software Products
%   at:
%
%       Attn: CUPS Licensing Information
%       Easy Software Products
%       44145 Airport View Drive, Suite 204
%       Hollywood, Maryland 20636-3111 USA
%
%       Voice: (301) 373-9603
%       EMail: cups-info@cups.org
%         WWW: http://www.cups.org
%

%
% The Fontmap file takes lines in the following formats:
%
%     /FontName /RealFontName   [for aliases]
%     /FontName (FileName)      [for actual font files]
%
% All Type1 fonts in the "fonts" directory (usually /usr/share/cups/fonts)
% are automagically added with the names in the font files (that is, the
% font filename doesn't matter, it looks at the file header instead).
%

%
% The standard fonts included with ESP Print are the free GhostScript fonts,
% which don't use the standard names.  These aliases map the standard 39
% fonts to the free fonts.
%

/Bookman-Demi			/URWBookmanL-DemiBold		;
/Bookman-DemiItalic		/URWBookmanL-DemiBoldItal	;
/Bookman-Light			/URWBookmanL-Ligh		;
/Bookman-LightItalic		/URWBookmanL-LighItal		;

/Courier			/NimbusMonL-Regu		;
/Courier-Oblique		/NimbusMonL-ReguObli		;
/Courier-Bold			/NimbusMonL-Bold		;
/Courier-BoldOblique		/NimbusMonL-BoldObli		;

/AvantGarde-Book		/URWGothicL-Book		;
/AvantGarde-BookOblique		/URWGothicL-BookObli		;
/AvantGarde-Demi		/URWGothicL-Demi		;
/AvantGarde-DemiOblique		/URWGothicL-DemiObli		;

/Helvetica			/NimbusSanL-Regu		;
/Helvetica-Oblique		/NimbusSanL-ReguItal		;
/Helvetica-Bold			/NimbusSanL-Bold		;
/Helvetica-BoldOblique		/NimbusSanL-BoldItal		;

/Helvetica-Narrow		/NimbusSanL-ReguCond		;
/Helvetica-Narrow-Oblique	/NimbusSanL-ReguCondItal	;
/Helvetica-Narrow-Bold		/NimbusSanL-BoldCond		;
/Helvetica-Narrow-BoldOblique	/NimbusSanL-BoldCondItal	;

/Palatino-Roman			/URWPalladioL-Roma		;
/Palatino-Italic		/URWPalladioL-Ital		;
/Palatino-Bold			/URWPalladioL-Bold		;
/Palatino-BoldItalic		/URWPalladioL-BoldItal		;

/NewCenturySchlbk-Roman		/CenturySchL-Roma		;
/NewCenturySchlbk-Italic	/CenturySchL-Ital		;
/NewCenturySchlbk-Bold		/CenturySchL-Bold		;
/NewCenturySchlbk-BoldItalic	/CenturySchL-BoldItal		;

/Times-Roman			/NimbusRomNo9L-Regu		;
/Times-Italic			/NimbusRomNo9L-ReguItal		;
/Times-Bold			/NimbusRomNo9L-Medi		;
/Times-BoldItalic		/NimbusRomNo9L-MediItal		;

/Symbol				/StandardSymL			;

/ZapfChancery-MediumItalic	/URWChanceryL-MediItal		;

/ZapfDingbats			/Dingbats			;

%
% This alias is for less-intelligent PC programs like Quark and
% Freehand which insist on using "Times" as the name for the
% "Times-Roman" font.  Go figure.
%

/Times				/Times-Roman			;

%
% End of "$Id: Fontmap,v 1.4 1999/07/30 12:57:12 mike Exp $".
%
