iOSFont.CapHeight

From Xojo Documentation

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

Supported on Mobile (iOS).

The height of a capital letter above the baseline for the font.

Sample Code

Var f As iOSFont = iOSFont.SystemFont(20) // 20-point
Var fontCapHeight As Double = f.CapHeight