UIFont.SystemFontOfSize 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.
Overloads
SystemFontOfSize(nfloat) |
Creates a system font of the specified size. |
SystemFontOfSize(nfloat, nfloat) |
Returns the default system font in specified |
SystemFontOfSize(nfloat, UIFontWeight) |
Gets the system font for specified and . |
SystemFontOfSize(nfloat)
Creates a system font of the specified size.
public static UIKit.UIFont SystemFontOfSize (nfloat size);
static member SystemFontOfSize : nfloat -> UIKit.UIFont
Parameters
- size
- nfloat
The size of the font, as measure in points.
Returns
Remarks
This can be used from a background thread.
Applies to
SystemFontOfSize(nfloat, nfloat)
Returns the default system font in specified size
and weight
.
public static UIKit.UIFont SystemFontOfSize (nfloat size, nfloat weight);
static member SystemFontOfSize : nfloat * nfloat -> UIKit.UIFont
Parameters
- size
- nfloat
- weight
- nfloat
Returns
Remarks
(More documentation for this node is coming)
This can be used from a background thread.
Applies to
SystemFontOfSize(nfloat, UIFontWeight)
Gets the system font for specified and .
public static UIKit.UIFont SystemFontOfSize (nfloat size, UIKit.UIFontWeight weight);
static member SystemFontOfSize : nfloat * UIKit.UIFontWeight -> UIKit.UIFont
Parameters
- size
- nfloat
- weight
- UIFontWeight
Returns
Remarks
(More documentation for this node is coming)
This can be used from a background thread.