ESC+FT — Triangle
Plain English
Draws a triangle by specifying three corner points and a line width. Each point is given as x,y coordinates in dots.
When to use
For triangular shapes — warning symbols, directional indicators, or decorative elements.
Syntax
ESC+FTx1,y1,x2,y2,x3,y3,w
Parameters
| Parameter | Description |
|---|---|
x1,y1 | First corner coordinates in dots |
x2,y2 | Second corner coordinates in dots |
x3,y3 | Third corner coordinates in dots |
w | Line width in dots |
Example
ESC+A ESC+H0100 ESC+V0050 ESC+FT0100,0050,0200,0150,0000,0150,0003 ESC+Q1 ESC+Z
Draw a triangle with 3-dot line width