textmode.js / Textmodifier / arc
Method: arc()
ts
arc(
width,
height,
startAngle,
endAngle): void;Draw an arc with the current settings. Position is controlled via translate, push, and pop.
Parameters
| Parameter | Type | Description |
|---|---|---|
width | number | Arc width in grid cells. |
height | number | Arc height in grid cells. |
startAngle | number | Starting angle in degrees. |
endAngle | number | Ending angle in degrees. |
Returns
void