> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-controls/draw-text.md).

# Draw Text

Draw text on specified draw control.

Action available for the following operating systems:

![](/files/-MAlQBZuuTnc6hyzKSVQ)

### Parameters

* **Control** *\<unquoted string> -* The name of the specified draw control.
* **Text** *\<string> -* The text that is written on the draw control.
* **X** *\<numeric> -* The X coordinate where the draw of text begins.
* **Y** *\<numeric> -* The Y coordinate where the draw of the text begins.
* **Width** *\<numeric> -* The width of the text created. The draw of the text begins on coordinate X,Y.
* **Height** *\<numeric> -* The height of the text created. The draw of the text begin on coordinate X,Y.
