iOSFont.SystemFont

From Xojo Documentation

Shared Method

iOSFont.SystemFont(size As Double = 0) As iOSFont

Supported on Mobile (iOS).

Gets the system font.

Sample Code

Label1.TextFont = iOSFont.SystemFont(48)