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
SystemFontOfSize(nfloat) | |
SystemFontOfSize(nfloat, nfloat) |
SystemFontOfSize(nfloat)
[Foundation.Export("systemFontOfSize:")]
public static AppKit.NSFont SystemFontOfSize (nfloat fontSize);
static member SystemFontOfSize : nfloat -> AppKit.NSFont
Parameters
- fontSize
- nfloat
Returns
- Attributes
Applies to
SystemFontOfSize(nfloat, nfloat)
[Foundation.Export("systemFontOfSize:weight:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public static AppKit.NSFont SystemFontOfSize (nfloat fontSize, nfloat weight);
static member SystemFontOfSize : nfloat * nfloat -> AppKit.NSFont
Parameters
- fontSize
- nfloat
- weight
- nfloat
Returns
- Attributes