iOSTextArea.TextFont

From Xojo Documentation

Property (As iOSFont )
aiOSTextArea.TextFont = newiOSFontValue
or
iOSFontValue = aiOSTextArea.TextFont

Supported on Mobile (iOS).

The font used to display the text.

Sample Code

Use the bold system font:

TextArea1.TextFont = iOSFont.BoldSystemFont