#----- display fonts

displayFontT1 Times-Roman			/sdcard/ssreader/resources/fonts/n021003l.pfb
displayFontT1 Times-Italic			/sdcard/ssreader/resources/fonts/n021023l.pfb
displayFontT1 Times-Bold			/sdcard/ssreader/resources/fonts/n021004l.pfb
displayFontT1 Times-BoldItalic		/sdcard/ssreader/resources/fonts/n021024l.pfb
displayFontT1 Helvetica				/sdcard/ssreader/resources/fonts/n019003l.pfb
displayFontT1 Helvetica-Oblique		/sdcard/ssreader/resources/fonts/n019023l.pfb
displayFontT1 Helvetica-Bold		/sdcard/ssreader/resources/fonts/n019004l.pfb
displayFontT1 Helvetica-BoldOblique	/sdcard/ssreader/resources/fonts/n019024l.pfb
displayFontT1 Courier				/sdcard/ssreader/resources/fonts/n022003l.pfb
displayFontT1 Courier-Oblique		/sdcard/ssreader/resources/fonts/n022023l.pfb
displayFontT1 Courier-Bold			/sdcard/ssreader/resources/fonts/n022004l.pfb
displayFontT1 Courier-BoldOblique	/sdcard/ssreader/resources/fonts/n022024l.pfb
displayFontT1 Symbol				/sdcard/ssreader/resources/fonts/s050000l.pfb
displayFontT1 ZapfDingbats			/sdcard/ssreader/resources/fonts/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.  resources will only look at .pfa,
# .pfb, and .ttf files in those directories (other files will simply
# be ignored).

fontDir		/sdcard/ssreader/resources/fonts


# 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		letter

#----- text output control
# If set to "yes", text extraction will  insert  page

# breaks  (form feed characters) between pages.  This

# defaults to "yes".

# textPageBreaks      no

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


textEncoding		UTF-8

# 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

#----- misc settings

# Enable t1lib, FreeType, and anti-aliased text.

enableT1lib		yes
enableFreeType		yes
antialias		yes

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

#----- begin Chinese Simplified support package (2004-jul-27)
cidToUnicode	Adobe-GB1			/sdcard/ssreader/resources/chinese-simplified/Adobe-GB1.cidToUnicode
unicodeMap		ISO-2022-CN			/sdcard/ssreader/resources/chinese-simplified/ISO-2022-CN.unicodeMap
unicodeMap		EUC-CN				/sdcard/ssreader/resources/chinese-simplified/EUC-CN.unicodeMap
unicodeMap		GBK					/sdcard/ssreader/resources/chinese-simplified/GBK.unicodeMap

cMapDir			Adobe-GB1			/sdcard/ssreader/resources/chinese-simplified/CMap
toUnicodeDir						/sdcard/ssreader/resources/chinese-simplified/CMap
displayCIDFontTT	Adobe-GB1		/sdcard/ssreader/resources/fonts/simhei.ttf

#----- end Chinese Simplified support package
