/usr/share/a2ps/afm/fonts.map is in a2ps 1:4.14-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 | # -*- 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 3, 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'
#
AvantGarde-Book pagb
AvantGarde-BookOblique pagbo
AvantGarde-Demi pagd
AvantGarde-DemiOblique pagdo
Bookman-Demi pbkd
Bookman-DemiItalic pbkdi
Bookman-Light pbkl
Bookman-LightItalic pbkli
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
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
PCFont pcfont
Palatino-Bold pplb
Palatino-BoldItalic pplbi
Palatino-Italic pplri
Palatino-Roman pplr
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
ZapfChancery-MediumItalic pzcmi
ZapfDingbats pzdr
|