home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 September / PCWK996.iso / sharewar / 95 / narzedzi / ambra / ambr32a1.exe / FILE / ARCHIVE.Z / ACROBAT / VIEWER32.EXE / PSPROCSET / 2 < prev    next >
Text File  |  1996-02-22  |  3KB  |  95 lines

  1. %%BeginFile: pdfvars.prc
  2. %%Copyright: Copyright 1987-1996 Adobe Systems Incorporated. All Rights Reserved.
  3. % definition of dictionary of variables used by PDF & PDFText procsets
  4.  
  5. userdict /PDFVars 65 dict dup begin put
  6.  
  7. % utility operands
  8. /_save 0 def        % save level for Start/End Load
  9. /_cshow 0 def        % proc for cshow
  10.  
  11. % init/term operators
  12. /InitAll 0 def        % initialize all the procsets
  13. /TermAll 0 def        % terminate all the procsets
  14.  
  15. % paint operands
  16. /_lp /none def        % last paint op (/none /stroke /fill)
  17. /_doClip 0 def        % 0 no clip, 1 clip, 2 eoclip
  18.  
  19. %% old (PDFVars was 51, not 59)
  20. %% % paint operators
  21. %% /_fc 0 def            % set color before fill occurs
  22. %% /_sc 0 def            % set color before stroke occurs
  23.  
  24. %% % color operands
  25. %% /_gf null def        % gray fill color
  26. %% /_cf 4 array def    % cmyk fill color
  27. %% /_rgbf 3 array def    % rgb fill color
  28. %% /_gs null def        % same for stroke
  29. %% /_cs 4 array def
  30. %% /_rgbs 3 array def
  31. %% end old
  32.  
  33. % color operators
  34. /_sfcs 0 def        % set colorspace before fill occurs
  35. /_sfc 0 def            % set color before fill occurs
  36. /_sscs 0 def        % set colorspace before stroke occurs
  37. /_ssc 0 def            % set color before stroke occurs
  38.  
  39. % colorspace operands
  40. /_fcs 0 def            % fill colorspace
  41. /_scs 0 def            % stroke colorspace
  42.  
  43. % pattern operands
  44. /_fp 0 def            % fill pattern
  45. /_sp 0 def            % stroke pattern
  46. /_fpat 0 def        % proc that pushes fill pattern (or not)
  47. /_spat 0 def        % proc that pushed stroke pattern (or not)
  48.  
  49. % color operands
  50. /_f0 0 array def    % components for colored pattern (none)
  51. /_f1 1 array def    % gray fill color
  52. /_f3 3 array def    % rgb fill color
  53. /_f4 4 array def    % cmyk fill color
  54. /_fc null def        % will be one of _f0 _f1 _f3 _f4
  55. /_s0 0 array def    % same for stroke
  56. /_s1 1 array def    
  57. /_s3 3 array def
  58. /_s4 4 array def
  59. /_sc null def
  60. /_cpcf null def        % Dictionary that maps color space to _f0, _f1, ...
  61. /_cpcs null def        % Dictionary that maps color space to _s0, _s1, ...
  62.  
  63. % typography operands
  64. /_inT false def        % true if in text object
  65. /_tr -1 def            % text render mode (Tr arg)
  66. /_rise 0 def        % super/sub script
  67. /_ax 0 def            % x character spacing    (awidthshow args)
  68. /_cx 0 def            % x word spacing
  69. /_ld 0 def            % default leading for T*, etc.
  70. /_tm matrix def        % current text matrix (w/o scale, rise, original ctm)
  71. /_ctm matrix def    % ctm before text begins
  72. /_mtx matrix def    % scratch matrix
  73. /_hy (-) def        % for T-
  74. /_fScl 0 def        % text size in em units (size/1000) for Tk
  75. /_hs 1 def            % text horizontal scale
  76. /_pdfEncodings 2 array def    % encodings defined by PDF (0 Mac, 1 WinANSI)
  77.  
  78. % typography operator
  79. /Tj 0 def            % text def depends on Tr mode
  80.  
  81. % make font operands
  82. /_italMtx[1 0 .212557 1 0 0]def        % transform to oblique a font
  83. /_basefont 0 def    % new (bold) font name
  84. /_basefonto 0 def    % old font name
  85.  
  86. % dictionary for simulating categories in Level 1
  87. /_categories 10 dict def
  88.  
  89. % Other variables for PDF 1.2
  90. /_sa? true def        % True if strokeadjust is on (L1 simulation)
  91.  
  92. end % PDFVars
  93.  
  94. %%EndFile
  95.