# lcd.drawTextLines(x, y, w, h, text \[, flags])

Draw text inside rectangle (x,y,w,h) with line breaks

@status current Introduced in 2.5.0

## Parameters

* `x,y` (positive numbers) starting coordinate
* `w,h` (positive numbers) width and height of bounding rectangle
* `text` (string) text to display
* `flags` (optional) please see [Lcd functions overview](https://github.com/EdgeTX/lua-reference-guide/blob/edgetx_2.6/part_iii_-_opentx_lua_api_reference/lcd-functions-less-than-greater-than-luadoc-begin-lcd/lcd_functions-overview.html) for drawing flags and colors, and [Appendix](https://luadoc.edgetx.org/edgetx-2.6/appendix/fonts) for available characters in each font set. RIGHT, CENTER and VCENTER are not implemented.

## Return value

none
