ZPL commands

^GE · Graphic Ellipse

Draws an ellipse with defined width, height and line thickness.

Draws an ellipse with defined width, height and line thickness.

Parameters

  • ^GEw,h,t,c - w: Width in dots (3–4095, default = t)
  • ^GEw,h,t,c - h: Height in dots (3–4095, default = t)
  • ^GEw,h,t,c - t: Line thickness in dots (up to 4095, default 1)
  • ^GEw,h,t,c - c: Color (B/W, default B)

Example

^XA
^FO50,50^GE200,100,4,B^FS
^XZ
ZPL preview: ^GE · Graphic Ellipse

Tip

Width = height gives a circle - otherwise an oval shape.