UIFont.ItalicSystemFontOfSize(nfloat) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an italicized system font of the specified size.
public static UIKit.UIFont ItalicSystemFontOfSize (nfloat size);
static member ItalicSystemFontOfSize : nfloat -> UIKit.UIFont
Parameters
- size
- nfloat
The size of the font to create.
Returns
Remarks
This can be used from a background thread.