iOSFont.LineHeight

From Xojo Documentation

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

Supported on Mobile (iOS).

The line height for the font.

Sample Code

Var f As iOSFont = iOSFont.SystemFont(20) // 20-point
Var fontLineHeight As Double = f.LineHeight