home *** CD-ROM | disk | FTP | other *** search
/ tusportal.tus.k12.pa.us / tusportal.tus.k12.pa.us.tar / tusportal.tus.k12.pa.us / Wyse / latest-image.raw / 0.img / etc / xpdfrc-cjk < prev    next >
Text File  |  2009-07-27  |  6KB  |  113 lines

  1. ######################################################################
  2. # SuSE default font settings for CJK:
  3.  
  4. fontDir /usr/share/fonts/truetype/
  5. fontDir /usr/share/ghostscript/Resource/CIDFont/
  6.  
  7. # If you always want to embed the TrueType fonts defined with
  8. # displayNamedCIDFontTT and displayCIDFontTT in the PostScript output,
  9. # uncomment *all* entries for psNamedFont16 and psFont16
  10.  
  11. # The last entries for display*CIDFont* will be used for display on screen.
  12. #
  13. # If you prefer TrueType font for display on screen, make sure
  14. # that the display*CIDFontTT entries come last, if you prefer
  15. # CID-keyed fonts, make sure the display*CIDFontT1 entries come last.
  16.  
  17. # If there are several entries for display*CIDFont* variables for
  18. # the same PDF-font-name or registry order, the last entry where
  19. # the font file exists will win. Lines specifying non-existing
  20. # font files will be silently ignored.
  21.  
  22. #----------------------------------------------------------------------
  23. # Japanese
  24.  
  25. # use this if you want to embed the Wadalab-fonts in the PostScript output:
  26. #
  27. #psNamedFont16 Ryumin-Light-Identity-H H WadaMin-Bold-EUC-H EUC-JP
  28. #psNamedFont16 Ryumin-Light-Identity-V V WadaMin-Bold-EUC-V EUC-JP
  29. #psNamedFont16 GothicBBB-Medium-Identity-H H WadaGo-Bold-EUC-H EUC-JP
  30. #psNamedFont16 GothicBBB-Medium-Identity-V V WadaGo-Bold-EUC-V EUC-JP
  31. #psFont16 Adobe-Japan1 H WadaMin-Bold-EUC-H EUC-JP
  32. #psFont16 Adobe-Japan1 V WadaMin-Bold-EUC-V EUC-JP
  33.  
  34. # use this to avoid embedding fonts for Ryumin-Light and GothicBBB-Medium
  35. # in the PostScript output but rather rely on the printing system 
  36. # to supply these fonts. Ryumin-Light and GothicBBB-Medium are 
  37. # the standard Japanese PostScript fonts and Japanese PostScript printers
  38. # or Ghostscript usually have them.
  39. # It's better not to define fallbacks "psFont16 Adobe-Japan1" here:
  40. # If the document explicitely specifies a different font, it is probably
  41. # better to embed this instead of replacing it with standard PostScript fonts.
  42.  
  43. psNamedFont16 Ryumin-Light-Identity-H H Ryumin-Light-EUC-H EUC-JP
  44. psNamedFont16 Ryumin-Light-Identity-V V Ryumin-Light-EUC-V EUC-JP
  45. psNamedFont16 GothicBBB-Medium-Identity-H H GothicBBB-Medium-EUC-H EUC-JP
  46. psNamedFont16 GothicBBB-Medium-Identity-V V GothicBBB-Medium-EUC-V EUC-JP
  47.  
  48. displayNamedCIDFontT1 Ryumin-Light-Identity-H /usr/share/ghostscript/Resource/CIDFont/WadaMin-Bold
  49. displayNamedCIDFontT1 GothicBBB-Medium-Identity-H /usr/share/ghostscript/Resource/CIDFont/WadaGo-Bold
  50. displayCIDFontT1 Adobe-Japan1 /usr/share/ghostscript/Resource/CIDFont/WadaMin-Bold
  51.  
  52. displayNamedCIDFontTT Ryumin-Light-Identity-H /usr/share/fonts/truetype/kochi-mincho.ttf
  53. displayNamedCIDFontTT GothicBBB-Medium-Identity-H /usr/share/fonts/truetype/kochi-gothic.ttf
  54. displayNamedCIDFontTT Ryumin-Light-Identity-H /usr/share/fonts/truetype/sazanami-mincho.ttf
  55. displayNamedCIDFontTT GothicBBB-Medium-Identity-H /usr/share/fonts/truetype/sazanami-gothic.ttf
  56. displayNamedCIDFontTT Ryumin-Light-Identity-H /usr/share/fonts/truetype/ipamp.ttf
  57. displayNamedCIDFontTT GothicBBB-Medium-Identity-H /usr/share/fonts/truetype/ipagp.ttf
  58. displayNamedCIDFontTT Ryumin-Light-Identity-H /usr/share/fonts/truetype/tlmincho.ttc
  59. displayNamedCIDFontTT GothicBBB-Medium-Identity-H /usr/share/fonts/truetype/tlgothic.ttc
  60. displayNamedCIDFontTT Ryumin-Light-Identity-H /usr/share/fonts/truetype/hgjmlbmp.ttc
  61. displayNamedCIDFontTT GothicBBB-Medium-Identity-H /usr/share/fonts/truetype/hgjgbbmp.ttc
  62. displayNamedCIDFontTT Ryumin-Light-Identity-H /usr/share/fonts/truetype/msmincho.ttc
  63. displayNamedCIDFontTT GothicBBB-Medium-Identity-H /usr/share/fonts/truetype/msgothic.ttc
  64. displayNamedCIDFontTT Ryumin-Light-Identity-H /usr/share/fonts/truetype/hgmlsun.ttf
  65. displayNamedCIDFontTT GothicBBB-Medium-Identity-H /usr/share/fonts/truetype/hggbsun.ttf
  66.  
  67. displayCIDFontTT Adobe-Japan1 /usr/share/fonts/truetype/kochi-mincho.ttf
  68. displayCIDFontTT Adobe-Japan1 /usr/share/fonts/truetype/sazanami-mincho.ttf
  69. displayCIDFontTT Adobe-Japan1 /usr/share/fonts/truetype/ipamp.ttf
  70. displayCIDFontTT Adobe-Japan1 /usr/share/fonts/truetype/tlmincho.ttc
  71. displayCIDFontTT Adobe-Japan1 /usr/share/fonts/truetype/hgjmlbmp.ttc
  72. displayCIDFontTT Adobe-Japan1 /usr/share/fonts/truetype/msmincho.ttc
  73. displayCIDFontTT Adobe-Japan1 /usr/share/fonts/truetype/hgmlsun.ttf
  74.  
  75. #----------------------------------------------------------------------
  76. # simplified Chinese
  77.  
  78. displayCIDFontTT Adobe-GB1 /usr/share/fonts/truetype/gbsn00lp.ttf
  79. displayCIDFontTT Adobe-GB1 /usr/share/fonts/truetype/songti_gb.ttf
  80. displayCIDFontTT Adobe-GB1 /usr/share/fonts/truetype/FZSongTi.ttf
  81.  
  82. #----------------------------------------------------------------------
  83. # traditional Chinese
  84.  
  85. # use these entries if you want to embed the MOE CID-keyed fonts
  86. # in the PostScript output:
  87. #
  88. # psNamedFont16 ZenKai-Medium H MOEKai-Regular-B5-H Big5
  89. # psNamedFont16 ShanHeiSun-Light H MOESung-Regular-B5-H Big5
  90. # psFont16 Adobe-CNS1 H MOESung-Regular-B5-H Big5
  91.  
  92. displayCIDFontT1 Adobe-CNS1 /usr/share/ghostscript/Resource/CIDFont/MOESung-Regular
  93.  
  94. displayCIDFontTT Adobe-CNS1 /usr/share/fonts/truetype/bsmi00lp.ttf
  95. displayCIDFontTT Adobe-CNS1 /usr/share/fonts/truetype/ming_big5.ttf
  96. displayCIDFontTT Adobe-CNS1 /usr/share/fonts/truetype/FZMingTiB.ttf
  97.  
  98. #----------------------------------------------------------------------
  99. # Korean
  100.  
  101. # use these entries if you want to embed the Munhwa CID-keyed fonts
  102. # in the PostScript output:
  103. #
  104. # psNamedFont16 Gulim H MunhwaGothic-Regular-KSC-H ISO-2022-KR
  105. # psNamedFont16 Batang H Munhwa-Regular-KSC-H ISO-2022-KR
  106. # psFont16 Adobe-Korea1 H MunhwaGothic-Regular-KSC-H ISO-2022-KR
  107.  
  108. displayCIDFontT1 Adobe-Korea1 /usr/share/ghostscript/Resource/CIDFont/MunhwaGothic-Regular
  109.  
  110. displayCIDFontTT Adobe-Korea1 /usr/share/fonts/truetype/dotum.ttf
  111. displayCIDFontTT Adobe-Korea1 /usr/share/fonts/truetype/gulim.ttf
  112. displayCIDFontTT Adobe-Korea1 /usr/share/fonts/truetype/sundotump.ttf
  113.