iOSFont.Size

From Xojo Documentation

Read-Only Property (As Double )
DoubleValue = aiOSFont.Size

Supported on Mobile (iOS).

The point size of the font.

Sample Code

Var f As iOSFont = iOSFont.SystemFont(20) // 20-point
Var fontSize As Double = f.Size