If one does display.newText(options) with the width set and height of 0, the text nicely wraps. Is it possible to know the y position at the bottom of the text? I would like to position some switches (radio buttons or checkboxes) below the text. Since both the length of the text and the size of the display may vary, it is not obvious where to start placing the buttons.
Thank you.