UIFont.GetMonospacedSystemFont 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
| Name | Description |
|---|---|
| GetMonospacedSystemFont(NFloat, NFloat) | |
| GetMonospacedSystemFont(NFloat, UIFontWeight) |
GetMonospacedSystemFont(NFloat, NFloat)
public static UIKit.UIFont GetMonospacedSystemFont(System.Runtime.InteropServices.NFloat size, System.Runtime.InteropServices.NFloat weight);
static member GetMonospacedSystemFont : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> UIKit.UIFont
Parameters
- size
- NFloat
- weight
- NFloat
Returns
Applies to
GetMonospacedSystemFont(NFloat, UIFontWeight)
public static UIKit.UIFont GetMonospacedSystemFont(System.Runtime.InteropServices.NFloat size, UIKit.UIFontWeight weight);
static member GetMonospacedSystemFont : System.Runtime.InteropServices.NFloat * UIKit.UIFontWeight -> UIKit.UIFont
Parameters
- size
- NFloat
- weight
- UIFontWeight