]> git.pld-linux.org Git - packages/xpdf.git/blame - xpdfrc
- upgraded to 3.03: Xpdf no longer supports X fonts, displayFontT1/TT
[packages/xpdf.git] / xpdfrc
CommitLineData
ec052f7a
TP
1#initialZoom width
2
3#----- display fonts
4
b5ffec7b
TP
5# These map the Base-14 fonts to the Type 1 fonts shipped with ghostscript.
6
7#fontFile Times-Roman /usr/share/fonts/Type1/n021003l.pfb
8#fontFile Times-Italic /usr/share/fonts/Type1/n021023l.pfb
9#fontFile Times-Bold /usr/share/fonts/Type1/n021004l.pfb
10#fontFile Times-BoldItalic /usr/share/fonts/Type1/n021024l.pfb
11#fontFile Helvetica /usr/share/fonts/Type1/n019003l.pfb
12#fontFile Helvetica-Oblique /usr/share/fonts/Type1/n019023l.pfb
13#fontFile Helvetica-Bold /usr/share/fonts/Type1/n019004l.pfb
14#fontFile Helvetica-BoldOblique /usr/share/fonts/Type1/n019024l.pfb
15#fontFile Courier /usr/share/fonts/Type1/n022003l.pfb
16#fontFile Courier-Oblique /usr/share/fonts/Type1/n022023l.pfb
17#fontFile Courier-Bold /usr/share/fonts/Type1/n022004l.pfb
18#fontFile Courier-BoldOblique /usr/share/fonts/Type1/n022024l.pfb
19#fontFile Symbol /usr/share/fonts/Type1/s050000l.pfb
20#fontFile ZapfDingbats /usr/share/fonts/Type1/d050000l.pfb
ec052f7a
TP
21
22# If you need to display PDF files that refer to non-embedded fonts,
23# you should add one or more fontDir options to point to the
24# directories containing the font files. Xpdf will only look at .pfa,
25# .pfb, and .ttf files in those directories (other files will simply
26# be ignored).
27
28fontDir /usr/share/fonts/Type1
29fontDir /usr/share/fonts/TTF
30
31#----- PostScript output control
32
33# Set the default PostScript file or command.
34
35#psFile "|lpr -Plp"
36
37# Set the default PostScript paper size -- this can be letter, legal,
38# A4, or A3. You can also specify a paper size as width and height
39# (in points).
40
41#psPaperSize A4
42
43#----- text output control
44
45# Choose a text encoding for copy-and-paste and for pdftotext output.
46# The Latin1, ASCII7, and UTF-8 encodings are built into Xpdf. Other
47# encodings are available in the language support packages.
48
49#textEncoding Latin2
50
51# Choose the end-of-line convention for multi-line copy-and-past and
52# for pdftotext output. The available options are unix, mac, and dos.
53
54#textEOL unix
55
14e2af1d
TP
56#textPageBreaks no
57
ec052f7a
TP
58#----- misc settings
59
60# Set the anti-aliasing mode for t1lib and FreeType. These can be low
61# or high (anti-aliasing), plain (no anti-aliasing), or none (disable
62# the rasterizer entirely).
63
bf0f27c7 64enableFreeType yes
14e2af1d 65#antialias yes
b5ffec7b 66#disableFreeTypeHinting yes
ec052f7a
TP
67
68# Set the command used to run a web browser when a URL hyperlink is
69# clicked.
70
14e2af1d 71urlCommand "xterm -name xterm.lynx -e lynx %s"
This page took 0.062263 seconds and 4 git commands to generate.