iOSFont.SystemFontSize

From Xojo Documentation

Method

iOSFont.SystemFontSize() As Double

Supported on Mobile(iOS).

Gets the system font size.

Sample Code

Label1.TextFont = iOSFont.ItalicSystemFont(iOSFont.SystemFontSize)