HP 2500 HP PCL/PJL reference (PCL 5 Printer Language) - Technical Quick Refere - Page 32

HP-GL-2, Vector Group continued, Polygon Group

Page 32 highlights

HP-GL-2 Vector Group (continued) Plot Relative Enables movement relative to the current pen location. PR [ X,Y... [,X,Y ] ] [;] Pen Up Lifts the logical "pen" from the page. PU [ X,Y...[ ,X,Y ] ] [;] Relative Arc Three Point Draws an arc from the current pen location through two relative points. RT XINCR INTRM,YINCR INTRM,XINCR END, YINCR END[,chord angle] [;] Polygon Group Edge Rectangle Absolute Outlines a rectangle defined with absolute coordinates. EA X,Y [;] X,Y = Coordinates of opposite corner of rectangle. Edge Rectangle Relative Outlines a rectangle defined with relative coordinates. ER X,Y [;] X,Y = Coordinates of opposite corner of rectangle. Edge Wedge Defines and outlines a wedge-shaped polygon. EW radius,start angle,sweep angle[,chord angle] [;] Edge Polygon Outlines the polygon resident in the polygon buffer. EP [;] Fill Polygon Fills the polygon specified in the polygon buffer with the current fill type. FP [fill method][;] fill method = 0 - Odd/Even fill 1 - Non-zero winding fill 30

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54

30
HP-GL-2
Vector Group (continued)
Plot Relative
Enables movement relative to the current pen location.
PR [ X,Y... [,X,Y ] ] [;]
Pen Up
Lifts the logical “pen” from the page.
PU [ X,Y...[ ,X,Y ] ] [;]
Relative Arc Three Point
Draws an arc from the current pen location through two relative points.
RT X
INCR INTRM
,
Y
INCR INTRM
,
X
INCR END
,
Y
INCR END
[,chord angle] [;]
Polygon Group
Edge Rectangle Absolute
Outlines a rectangle defined with absolute coordinates.
EA X,Y [;]
X,Y = Coordinates of opposite corner of rectangle.
Edge Rectangle Relative
Outlines a rectangle defined with relative coordinates.
ER X,Y [;]
X,Y = Coordinates of opposite corner of rectangle.
Edge Wedge
Defines and outlines a wedge-shaped polygon.
EW radius,start angle,sweep angle[,chord angle] [;]
Edge Polygon
Outlines the polygon resident in the polygon buffer.
EP [;]
Fill Polygon
Fills the polygon specified in the polygon buffer with the current fill type.
FP [fill method][;]
fill method = 0 - Odd/Even fill
1 - Non-zero winding fill