UIFont.MonospacedDigitSystemFontOfSize 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
MonospacedDigitSystemFontOfSize(nfloat, nfloat) |
The system monospaced font specialized for digits, in the specified size and weight. |
MonospacedDigitSystemFontOfSize(nfloat, UIFontWeight) |
Gets the monospaced UIFont preferred by the system for displaying digits, of the specified and . |
MonospacedDigitSystemFontOfSize(nfloat, nfloat)
The system monospaced font specialized for digits, in the specified size and weight.
public static UIKit.UIFont MonospacedDigitSystemFontOfSize (nfloat size, nfloat weight);
static member MonospacedDigitSystemFontOfSize : 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
MonospacedDigitSystemFontOfSize(nfloat, UIFontWeight)
Gets the monospaced UIFont preferred by the system for displaying digits, of the specified and .
public static UIKit.UIFont MonospacedDigitSystemFontOfSize (nfloat fontSize, UIKit.UIFontWeight weight);
static member MonospacedDigitSystemFontOfSize : nfloat * UIKit.UIFontWeight -> UIKit.UIFont
Parameters
- fontSize
- nfloat
- weight
- UIFontWeight
Returns
Remarks
(More documentation for this node is coming)
This can be used from a background thread.