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

ParameterDescription
x1,y1First corner coordinates in dots
x2,y2Second corner coordinates in dots
x3,y3Third corner coordinates in dots
wLine 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

Try it in the playground View all SBPL commands