# cnprint.afl
#
# CNPRINT ASCII font list --- to be used with CNPRINT V3.30/3.31 or later
# November 16, 2000
#
# This file specifies a list of ASCII (or ISO-8859-1) fonts and where to 
# find the font metric information. The font name is the one that is 
# recognized by PostScript printer (e.g. use "Times-Roman" instead of 
# "Times Roman"). Both the font number and the font name may be used to 
# specify a font in CNPRINT.
#
# The format of the font metric file is the same as in relevent sections
# in file "cnprint.cmd".
#
# This file and the font metric file (e.g. timerm.dat) must be placed
# into a directory specified in HBFPATH or your working directory.
#
# This file is optional, you may still use file "cnprint.cmd" to specify
# font metric information.
#
# Yidao Cai cai@neurophys.wisc.edu
#
# put the maximum number of fonts and and maximum number of font families here
#   maximum font number must be at least 4 times the maximum font family number
#   in this example, they are 500 and 100, respectively
#
TotalFonts_Families 500 100 
#
# put font number, font name and font metric file name on each line. 
#
#   *The font number cannot exceed the maximum (500 in the example). 
#   *The font numbers should be assigned in the following order, regular,
#      italic, bold and bold_italic. For example, with a font family of 100,
#      0-99 will be regular fonts, 100-199 italic, 200-299 bold and 
#      300-399 bold_italic.
#   *font number 2 (Courier) is the default font
#
0	AvantGarde-Book		avantg.dat
100	AvantGarde-BookOblique	avantgi.dat
200	AvantGarde-Demi		avantgb.dat
300	AvantGarde-DemiOblique	avantgbi.dat
2	Courier			null	
102	Courier-Oblique		null
202	Courier-Bold		null
302	Courier-BoldOblique	null
3	Helvetica		helvet.dat
103	Helvetica-Oblique	helveti.dat
203	Helvetica-Bold		helvetb.dat
303	Helvetica-BoldOblique	helvetbi.dat
6	Palatino-Roman		paltrm.dat
106	Palatino-Roman-Italic	paltrmi.dat
206	Palatino-Roman-Bold	paltrmb.dat
306	Palatino-Roman-BoldItalic	paltrmbi.dat
7	Times-Roman		timerm.dat
107	Times-Roman-Italic	timermi.dat
207	Times-Roman-Bold	timermb.dat
307	Times-Roman-BoldItalic	timermbi.dat
498	symbol			symbol.dat

#
# End
