Plain English

Draws a circle. You set the diameter and border thickness. Like ^GB, if the border is thick enough it fills solid.

When to use

For bullet points, status indicators, decorative elements, or any round shape on a label.

Syntax

^GCd,t,c

Parameters

ParameterDescription
dDiameter in dots
tBorder thickness in dots
cColour: B (black) or W (white)

Example

^XA
^FO50,50^GC100,3,B^FS
^FO200,50^GC100,50,B^FS
^XZ

An outlined circle and a filled circle

Try it in the playground View all ZPL commands