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 >
Wrap
Text File
|
1996-02-22
|
3KB
|
95 lines
%%BeginFile: pdfvars.prc
%%Copyright: Copyright 1987-1996 Adobe Systems Incorporated. All Rights Reserved.
% definition of dictionary of variables used by PDF & PDFText procsets
userdict /PDFVars 65 dict dup begin put
% utility operands
/_save 0 def % save level for Start/End Load
/_cshow 0 def % proc for cshow
% init/term operators
/InitAll 0 def % initialize all the procsets
/TermAll 0 def % terminate all the procsets
% paint operands
/_lp /none def % last paint op (/none /stroke /fill)
/_doClip 0 def % 0 no clip, 1 clip, 2 eoclip
%% old (PDFVars was 51, not 59)
%% % paint operators
%% /_fc 0 def % set color before fill occurs
%% /_sc 0 def % set color before stroke occurs
%% % color operands
%% /_gf null def % gray fill color
%% /_cf 4 array def % cmyk fill color
%% /_rgbf 3 array def % rgb fill color
%% /_gs null def % same for stroke
%% /_cs 4 array def
%% /_rgbs 3 array def
%% end old
% color operators
/_sfcs 0 def % set colorspace before fill occurs
/_sfc 0 def % set color before fill occurs
/_sscs 0 def % set colorspace before stroke occurs
/_ssc 0 def % set color before stroke occurs
% colorspace operands
/_fcs 0 def % fill colorspace
/_scs 0 def % stroke colorspace
% pattern operands
/_fp 0 def % fill pattern
/_sp 0 def % stroke pattern
/_fpat 0 def % proc that pushes fill pattern (or not)
/_spat 0 def % proc that pushed stroke pattern (or not)
% color operands
/_f0 0 array def % components for colored pattern (none)
/_f1 1 array def % gray fill color
/_f3 3 array def % rgb fill color
/_f4 4 array def % cmyk fill color
/_fc null def % will be one of _f0 _f1 _f3 _f4
/_s0 0 array def % same for stroke
/_s1 1 array def
/_s3 3 array def
/_s4 4 array def
/_sc null def
/_cpcf null def % Dictionary that maps color space to _f0, _f1, ...
/_cpcs null def % Dictionary that maps color space to _s0, _s1, ...
% typography operands
/_inT false def % true if in text object
/_tr -1 def % text render mode (Tr arg)
/_rise 0 def % super/sub script
/_ax 0 def % x character spacing (awidthshow args)
/_cx 0 def % x word spacing
/_ld 0 def % default leading for T*, etc.
/_tm matrix def % current text matrix (w/o scale, rise, original ctm)
/_ctm matrix def % ctm before text begins
/_mtx matrix def % scratch matrix
/_hy (-) def % for T-
/_fScl 0 def % text size in em units (size/1000) for Tk
/_hs 1 def % text horizontal scale
/_pdfEncodings 2 array def % encodings defined by PDF (0 Mac, 1 WinANSI)
% typography operator
/Tj 0 def % text def depends on Tr mode
% make font operands
/_italMtx[1 0 .212557 1 0 0]def % transform to oblique a font
/_basefont 0 def % new (bold) font name
/_basefonto 0 def % old font name
% dictionary for simulating categories in Level 1
/_categories 10 dict def
% Other variables for PDF 1.2
/_sa? true def % True if strokeadjust is on (L1 simulation)
end % PDFVars
%%EndFile