NSFont.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
| Name | Description |
|---|---|
| SystemFontOfSize(NFloat) | |
| SystemFontOfSize(NFloat, NFloat) | |
| SystemFontOfSize(NFloat, NFloat, NFloat) |
SystemFontOfSize(NFloat, NFloat)
public static AppKit.NSFont? SystemFontOfSize(System.Runtime.InteropServices.NFloat fontSize, System.Runtime.InteropServices.NFloat weight);
static member SystemFontOfSize : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> AppKit.NSFont
Parameters
- fontSize
- NFloat
- weight
- NFloat
Returns
Applies to
SystemFontOfSize(NFloat, NFloat, NFloat)
public static AppKit.NSFont? SystemFontOfSize(System.Runtime.InteropServices.NFloat fontSize, System.Runtime.InteropServices.NFloat weight, System.Runtime.InteropServices.NFloat width);
static member SystemFontOfSize : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> AppKit.NSFont
Parameters
- fontSize
- NFloat
- weight
- NFloat
- width
- NFloat