ESC+FC — Circle
Plain English
Draws a circle at the current position. You specify the radius and line width in dots. The centre of the circle is at the current H,V position.
When to use
When you need circular elements — certification marks, decorative elements, or attention indicators.
Syntax
ESC+FCrrrr,wwww
Parameters
| Parameter | Description |
|---|---|
rrrr | Radius in dots |
wwww | Line width in dots |
Example
ESC+A ESC+H0200 ESC+V0150 ESC+FC0080,0003 ESC+Q1 ESC+Z
Draw a circle with 80-dot radius and 3-dot line width