home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / phptriad / phptriadsetup2-11.exe / php / pdf-related / pdflib.upr < prev    next >
Text File  |  2000-08-22  |  3KB  |  99 lines

  1. PS-Resources-1.0
  2.  
  3. % This is a sample UPR file for use with PDFlib.
  4. % It describes the 14 PDF core fonts (only AFM metrics, no font outline files),
  5. % and an additional sample fonts (with metrics and font outline file).
  6. % Please note that this UPR file and the AFM files are only
  7. % necessary if you want to use fonts with non-native encodings, i.e.,
  8. % Mac encoding on a Unix or Windows system, or WinAnsi encoding on
  9. % the Mac.
  10.  
  11. % A description of the UPR file format can be found in the PDFlib
  12. % manual.
  13.  
  14. % UPR files can be generated from several kinds of resources
  15. % with the makepsres utility. It is available freely on the net.
  16.  
  17. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  18. %
  19. % The first section declares the resources described in this file.
  20. % It will have to be changed only rarely.
  21. % The keywords given here start the later sections. A single '.' on
  22. % a line closes a section.
  23. % Note that PDFlib ignores this section -- it is simply for compatibility.
  24.  
  25. FontAFM
  26. FontPFM
  27. FontOutline
  28. Encoding
  29. .
  30.  
  31. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  32. %
  33. % The path entry is a shortcut to the resource files. It will be
  34. % prepended to all resource file names. Adjust as necessary.
  35. % Note that the first slash is required by UPR syntax, the rest
  36. % of the line contains the path (relative to the respective program).
  37. % The line should _not_ end with a directory separator. On the Mac,
  38. % of course, you will have to put colons ':' as directory separators.
  39. %
  40. % Important: you will either have to adjust the font path (and remove the
  41. % percent character at the beginning) in this line, or add appropriate
  42. % path names to all file names in the rest of this file.
  43. %
  44. % Directory prefix example for Windows: /c:/psfonts
  45. % Important: this must _not_ be set for the PDFlib ActiveX component!
  46.  
  47. %//home/tm/SRC/pdflib/fonts
  48.  
  49. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  50. %
  51. % The AFM font metrics section, one line per font in the format
  52. % <fontname>=<filename>
  53.  
  54. FontAFM
  55. Courier=Courier.afm
  56. Courier-Bold=Courier-Bold.afm
  57. Courier-BoldOblique=Courier-BoldOblique.afm
  58. Courier-Oblique=Courier-Oblique.afm
  59. Helvetica=Helvetica.afm
  60. Helvetica-Bold=Helvetica-Bold.afm
  61. Helvetica-BoldOblique=Helvetica-BoldOblique.afm
  62. Helvetica-Oblique=Helvetica-Oblique.afm
  63. Symbol=Symbol.afm
  64. Times-Bold=Times-Bold.afm
  65. Times-BoldItalic=Times-BoldItalic.afm
  66. Times-Italic=Times-Italic.afm
  67. Times-Roman=Times-Roman.afm
  68. ZapfDingbats=ZapfDingbats.afm
  69. .
  70.  
  71. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  72. %
  73. % The PFM font metrics section, one line per font in the format
  74. % <fontname>=<filename>
  75.  
  76. FontPFM
  77. Poetica-ChanceryI=Poetica-ChanceryI.pfm
  78. .
  79.  
  80. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  81. %
  82. % The Font outline section, one line per font in the format
  83. % <fontname>=<filename>
  84.  
  85. FontOutline
  86. Poetica-ChanceryI=Poetica-ChanceryI.pfb
  87. .
  88.  
  89. % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  90. %
  91. % The Encoding section, one line per encoding in the format
  92. % <encodingname>=<filename>
  93.  
  94. Encoding
  95. iso8859-2=iso8859-2.enc
  96. iso8859-9=iso8859-9.enc
  97. iso8859-15=iso8859-15.enc
  98. .
  99.