iOSLabel.TextFont

From Xojo Documentation

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

Supported on Mobile (iOS).

The font used to display the text.

Sample Code

Use a larger font:

Label1.TextFont = iOSFont.BoldSystemFont(40)