| Class | Description |
|---|---|
| PBOp_c |
Operator which appends a cubic Bézier curve to the current path
|
| PBOp_h |
Operator which closes the current subpath by appending
a straight line segment from the current point to the
starting point of the subpath
|
| PBOp_l |
Operator which appends a straight line segment
from the current point to the to the point (x, y)
|
| PBOp_m_moveto |
Operator which begins a new subpath by moving the current point
to coordinates (x, y), omitting any connecting line segment
|
| PBOp_re |
Operator which appends a rectangle to the current path
as a complete sub path, with lower-left corner (x, y)
and dimensions width and height in user space
|
| PBOp_v |
Operator which appends a cubic Bézier curve to the current path
|
| PBOp_y |
Operator which appends a cubic Bézier curve to the current path
|
| PBOpPathConstruction |
Base class for path construction operators
|
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.