iOSFont.ItalicSystemFont

From Xojo Documentation

Shared Method

iOSFont.ItalicSystemFont(size As Double = 0) As iOSFont

Gets the italic system font at the specified point size.

Sample Code

Sets a Label to use a large system italic font:

Label1.TextFont = iOSFont.ItalicSystemFont(48)