#initialZoom	width

#----- display fonts

# These map the Base-14 fonts to the Type 1 fonts shipped with ghostscript.

#fontFile Times-Roman		/usr/share/fonts/Type1/n021003l.pfb
#fontFile Times-Italic		/usr/share/fonts/Type1/n021023l.pfb
#fontFile Times-Bold		/usr/share/fonts/Type1/n021004l.pfb
#fontFile Times-BoldItalic		/usr/share/fonts/Type1/n021024l.pfb
#fontFile Helvetica		/usr/share/fonts/Type1/n019003l.pfb
#fontFile Helvetica-Oblique	/usr/share/fonts/Type1/n019023l.pfb
#fontFile Helvetica-Bold		/usr/share/fonts/Type1/n019004l.pfb
#fontFile Helvetica-BoldOblique	/usr/share/fonts/Type1/n019024l.pfb
#fontFile Courier			/usr/share/fonts/Type1/n022003l.pfb
#fontFile Courier-Oblique		/usr/share/fonts/Type1/n022023l.pfb
#fontFile Courier-Bold		/usr/share/fonts/Type1/n022004l.pfb
#fontFile Courier-BoldOblique	/usr/share/fonts/Type1/n022024l.pfb
#fontFile Symbol			/usr/share/fonts/Type1/s050000l.pfb
#fontFile ZapfDingbats		/usr/share/fonts/Type1/d050000l.pfb

# If you need to display PDF files that refer to non-embedded fonts,
# you should add one or more fontDir options to point to the
# directories containing the font files.  Xpdf will only look at .pfa,
# .pfb, and .ttf files in those directories (other files will simply
# be ignored).

fontDir			/usr/share/fonts/Type1
fontDir			/usr/share/fonts/TTF

#----- PostScript output control

# Set the default PostScript file or command.

#psFile			"|lpr -Plp"

# Set the default PostScript paper size -- this can be letter, legal,
# A4, or A3.  You can also specify a paper size as width and height
# (in points).

#psPaperSize		A4

#----- text output control

# Choose a text encoding for copy-and-paste and for pdftotext output.
# The Latin1, ASCII7, and UTF-8 encodings are built into Xpdf.  Other
# encodings are available in the language support packages.

#textEncoding		Latin2

# Choose the end-of-line convention for multi-line copy-and-past and
# for pdftotext output.  The available options are unix, mac, and dos.

#textEOL		unix

#textPageBreaks		no

#----- misc settings

# Set the anti-aliasing mode for t1lib and FreeType.  These can be low
# or high (anti-aliasing), plain (no anti-aliasing), or none (disable
# the rasterizer entirely).

enableFreeType		yes
#antialias		yes
#disableFreeTypeHinting	yes

# Set the command used to run a web browser when a URL hyperlink is
# clicked.

urlCommand		"xterm -name xterm.lynx -e lynx %s"
