iOSFont.SmallSystemFontSize

From Xojo Documentation

Shared Method

iOSFont.SmallSystemFontSize() As Double

Gets the small system font point size. Use this to provide the size parameter to BoldSystemFont, ItalicSystemFont and SystemFont to get those fonts in the small size.

Sample Code

Label1.TextFont = iOSFont.SystemFont(iOSFont.SmallSystemFontSize)