--- xpdf-3.00/doc/sample-xpdfrc 2006-09-16 16:22:48 +0300 +++ xpdf-3.00/doc/sample-xpdfrc 2005-01-20 14:34:20 +0200 @@ -25,24 +25,22 @@ # These map the Base-14 fonts to the Type 1 fonts that ship with # ghostscript. You'll almost certainly want to use something like # this, but you'll need to adjust this to point to wherever -# ghostscript is installed on your system. (But if the fonts are -# installed in a "standard" location, xpdf will find them -# automatically.) - -displayFontT1 Times-Roman /usr/share/fonts/type1/urw/n021003l.pfb -displayFontT1 Times-Italic /usr/share/fonts/type1/urw/n021023l.pfb -displayFontT1 Times-Bold /usr/share/fonts/type1/urw/n021004l.pfb -displayFontT1 Times-BoldItalic /usr/share/fonts/type1/urw/n021024l.pfb -displayFontT1 Helvetica /usr/share/fonts/type1/urw/n019003l.pfb -displayFontT1 Helvetica-Oblique /usr/share/fonts/type1/urw/n019023l.pfb -displayFontT1 Helvetica-Bold /usr/share/fonts/type1/urw/n019004l.pfb -displayFontT1 Helvetica-BoldOblique /usr/share/fonts/type1/urw/n019024l.pfb -displayFontT1 Courier /usr/share/fonts/type1/urw/n022003l.pfb -displayFontT1 Courier-Oblique /usr/share/fonts/type1/urw/n022023l.pfb -displayFontT1 Courier-Bold /usr/share/fonts/type1/urw/n022004l.pfb -displayFontT1 Courier-BoldOblique /usr/share/fonts/type1/urw/n022024l.pfb -displayFontT1 Symbol /usr/share/fonts/type1/urw/s050000l.pfb -displayFontT1 ZapfDingbats /usr/share/fonts/type1/urw/d050000l.pfb +# ghostscript is installed on your system. + +displayFontT1 Times-Roman /usr/share/fonts/default/Type1/n021003l.pfb +displayFontT1 Times-Italic /usr/share/fonts/default/Type1/n021023l.pfb +displayFontT1 Times-Bold /usr/share/fonts/default/Type1/n021004l.pfb +displayFontT1 Times-BoldItalic /usr/share/fonts/default/Type1/n021024l.pfb +displayFontT1 Helvetica /usr/share/fonts/default/Type1/n019003l.pfb +displayFontT1 Helvetica-Oblique /usr/share/fonts/default/Type1/n019023l.pfb +displayFontT1 Helvetica-Bold /usr/share/fonts/default/Type1/n019004l.pfb +displayFontT1 Helvetica-BoldOblique /usr/share/fonts/default/Type1/n019024l.pfb +displayFontT1 Courier /usr/share/fonts/default/Type1/n022003l.pfb +displayFontT1 Courier-Oblique /usr/share/fonts/default/Type1/n022023l.pfb +displayFontT1 Courier-Bold /usr/share/fonts/default/Type1/n022004l.pfb +displayFontT1 Courier-BoldOblique /usr/share/fonts/default/Type1/n022024l.pfb +displayFontT1 Symbol /usr/share/fonts/default/Type1/s050000l.pfb +displayFontT1 ZapfDingbats /usr/share/fonts/default/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 @@ -56,7 +54,7 @@ # Set the default PostScript file or command. -psFile "|lpr" +#psFile "|lpr -Pmyprinter" # 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 @@ -79,9 +77,11 @@ #----- misc settings -# Enable t1lib, FreeType, and anti-aliased text. +# 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). -enableT1lib yes +enableT1lib no enableFreeType yes antialias yes