ACC SHELL
# -*- ksh -*-
#
# This file is part of a2ps.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING. If not, write to
# the Free Software Foundation, 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
#
# This file defines the rules used by a2ps to recognize the file
# name of a font given the font name.
#
# The format of each line is:
#
# <font name> <font file key>
# In which case whenever <font name> is requested, a2ps uses the
# files <font file key>.afm to get the font information, and the
# files <font file key>.pfa or pfb when it needs to download it
# to the printer.
#
# *** <path>
# In which case a encoding.map is included at this point.
# This may be the case if you define a personal extension
# of the system's fonts.map
#
# A shell script has been provided with a2ps, and should be able to
# write this file for you.
# Just hit: `make_fonts_map.sh'
#
Bookman-Demi pbkd
Bookman-DemiItalic pbkdi
Bookman-Light pbkl
Bookman-LightItalic pbkli
CenturySchL-Bold c059016l
CenturySchL-BoldItal c059036l
CenturySchL-Ital c059033l
CenturySchL-Roma c059013l
Courier pcrr
Courier-Bold pcrb
Courier-Bold-Comp pcrb-c
Courier-Bold-Ogonki pcrb-o
Courier-BoldOblique pcrbo
Courier-BoldOblique-Comp pcrbo-c
Courier-BoldOblique-Ogonki pcrbo-o
Courier-Comp pcrr-c
Courier-Oblique pcrro
Courier-Oblique-Comp pcrro-c
Courier-Oblique-Ogonki pcrro-o
Courier-Ogonki pcrr-o
Dingbats d050000l
Helvetica phvr
Helvetica-Bold phvb
Helvetica-Bold-Comp phvb-c
Helvetica-Bold-Ogonki phvb-o
Helvetica-BoldOblique phvbo
Helvetica-BoldOblique-Comp phvbo-c
Helvetica-BoldOblique-Ogonki phvbo-o
Helvetica-Comp phvr-c
Helvetica-Narrow phvrrn
Helvetica-Narrow-Bold phvbrn
Helvetica-Narrow-BoldOblique phvbon
Helvetica-Narrow-Oblique phvron
Helvetica-Oblique phvro
Helvetica-Oblique-Comp phvro-c
Helvetica-Oblique-Ogonki phvro-o
Helvetica-Ogonki phvr-o
NewCenturySchlbk-Bold pncb
NewCenturySchlbk-BoldItalic pncbi
NewCenturySchlbk-Italic pncri
NewCenturySchlbk-Roman pncr
NimbusMonL-Bold n022004l
NimbusMonL-BoldObli n022024l
NimbusMonL-Regu n022003l
NimbusMonL-ReguObli n022023l
NimbusRomNo n021003l
NimbusSanL-Bold n019004l
NimbusSanL-BoldCond n019044l
NimbusSanL-BoldCondItal n019064l
NimbusSanL-BoldItal n019024l
NimbusSanL-Regu n019003l
NimbusSanL-ReguCond n019043l
NimbusSanL-ReguCondItal n019063l
NimbusSanL-ReguItal n019023l
PCFont pcfont
Palatino-Bold pplb
Palatino-BoldItalic pplbi
Palatino-Italic pplri
Palatino-Roman pplr
StandardSymL s050000l
Symbol psyr
Times-Bold ptmb
Times-Bold-Comp ptmb-c
Times-Bold-Ogonki ptmb-o
Times-BoldItalic ptmbi
Times-BoldItalic-Comp ptmbi-c
Times-BoldItalic-Ogonki ptmbi-o
Times-Italic ptmi
Times-Italic-Comp ptmri-c
Times-Italic-Ogonki ptmri-o
Times-Roman ptmr
Times-Roman-Comp ptmr-c
Times-Roman-Ogonki ptmr-o
URWBookmanL-DemiBold b018015l
URWBookmanL-DemiBoldItal b018035l
URWBookmanL-Ligh b018012l
URWBookmanL-LighItal b018032l
URWChanceryL-MediItal z003034l
URWGothicL-Book a010013l
URWGothicL-BookObli a010033l
URWGothicL-Demi a010015l
URWGothicL-DemiObli a010035l
URWPalladioL-Bold p052004l
URWPalladioL-BoldItal p052024l
URWPalladioL-Ital p052023l
URWPalladioL-Roma p052003l
ZapfChancery-MediumItalic pzcmi
ZapfDingbats pzdr
ACC SHELL 2018