iOSGraphics.DrawTextLine
From Xojo Documentation
Method
iOSGraphics.DrawTextLine(value As Text, x As Double, y As Double, maxWidth As Double = -1.0, alignment As Xojo.iOSTextAlignment = iOSTextAlignment.Left, truncate As Boolean = False)
Supported on Mobile(iOS).
Supported on Mobile(iOS).
Draws a single line of text.
Sample Code
From within an iOSCanvas.Paint event handler: