2015年7月6日月曜日

Graphics operators

PDF32000_2008.pdf より、一部抜き取り。


General graphics state
wSet the line width
JSet the line cap style
jSet the line join style
MSet the miter limit
dSet the line dash pattern (dashArray dashPhase)
riSet the colur rendering intent
iSet the flatness tolerance
gsSet the specified parameters (dictName)
gs Graphics state parameter dictionary
LWThe line width
LCThe line cap style
LJThe line joint style
MLThe miter limit
DThe line dash pattern
RIThe name of the rendering intent.
OPwhether to apply overprint; both or only stroking
opwhether to apply overprint for painting operations
OPMThe overprint mode
FontAn array of the form [font size]
BGThe black-generation function
BG2Same as BG, function or name
UCRThe undercolor-removal function
UCR2Same as UCR, function or name
TRThe transfer function
TR2Same as TR, function, array, or name
HTThe halftone dictionary or stream
FLThe flatness tolerance
SMThe smoothness tolerance
SAapply automatic stroke adjustment
BMThe current blend mode
SMaskThe current soft mask
CAThe current stroking alpha constant
caSame as CA; non-stroking operationg
AISThe alpha source flag
TKThe text knockout flag
Special graphics state
qSave the current graphics state
QRestore the graphics state
cmModify the current transformation matrix (CTM) by concatenating the specified matrix (a b c d e f)
Path construction
mBegin a new subpath (x y)
lAppend a straight line segment (x y)
cAppend a cubic Bezier curve (x1 y1 x2 y2 x3 y3)
vAppend a cubic Bezier curve (x2 y2 x3 y3)
yAppend a cubic Bezier curve (x1 y1 x3 y3)
hClose the current subpath
reAppend a rectangle (x y width height)
Path painting
SStroke the path
sClose and stroke the path
fFill the path
FEquivalent to f; compatibility
f*Fill the path
BFill and then stroke the path; winding
B*Fill and then stroke the path; even-odd
bClose, fill and then stroke the path; winding
b*Close, fill and then stroke the path; even-odd
nEnd the path object
Clipping paths
WModify yhe current clipping path; winding
W*Modify the current clipping path; even-odd
Text objects
BTBegin a text object
ETEnd a text object
Text state
TcSet the character spacing (charSpace)
TwSet the word spacing (wordSpace)
TzSet the horz scaling (scale)
TLSet the text leading (leading)
TfSet the text font (font size)
TrSet the rendering mode (render)
TsSet the text rise (rise)
Text positioning
TdMove to the start of the next line (tx ty)
TDMove to the start of the next line rel (tx ty)
TmSet the text matrix (a b c d e f)
T*Move to the start of the next line
Text showing
TjShow a text string (string)
TJShow one or more text strings (array)
'Move to the next line and show a text string (string)
"Move to the next line and show a text string (aw ac string)
Type 3 fonts
d0Set width info for the glyph (wx wy)
d1Set width and bbox info for the glypj (wx wy llx lly urx ury)
Color
CSSet the current colour space (name)
csSame as CS; non-stroking operations
SCSet the colour to use for stroking (c1...cn)
SCNSame as SC; supports Pattern,Separation,DeviceN and ICCBased (c1...cn; c1...cn name)
scSame as SC; for non-stroking operations (c1...cn)
scnsame as SCN; for non-stroking operations (c1...cn; c1...cn names)
GSet the stroking colour space to DeviceGray (gray)
gSame as G; for non-stroking operations (gray)
RGSet the stroking colour space to DeviceRGB (r g b)
rgSame as RG; for non-stroking operations
KSet the stroking colour space to DeviceCMYK (c m y k)
kSame as K; for non-stroking operations
Shading patterns
shPaint the shape and colour shading (name)
Inline images
BIBegin an inline image object
IDBegin the image data for an inline image object
EIEnd an inline image object
XObjects
DoInvoke named XObject (name)
Marked content
MPDesginate a marked-content point (tag)
DPDesignate a marked-content point (tag properties)
BMCBegin a marked-content sequence (tag)
BDCBegin a marked-content sequence (tag properties)
EMCEnd a marked-content sequence
Compatibility
BXBegin compatibility section
EXEnd compatibility section

0 件のコメント:

コメントを投稿