iOSFont.Name

From Xojo Documentation

Read-Only Property (As Text )
TextValue = aiOSFont.Name

Supported on Mobile (iOS).

The name of the font.

Sample Code

Var f As iOSFont = iOSFont.SystemFont(20) // 20-point
Var fontName As Text = f.Name