NSFont Constructors
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
NSFont(NSCoder) | |
NSFont(NSObjectFlag) | |
NSFont(IntPtr) |
NSFont(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSFont (Foundation.NSCoder coder);
new AppKit.NSFont : Foundation.NSCoder -> AppKit.NSFont
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSFont(NSObjectFlag)
protected NSFont (Foundation.NSObjectFlag t);
new AppKit.NSFont : Foundation.NSObjectFlag -> AppKit.NSFont
Parameters
Applies to
NSFont(IntPtr)
protected internal NSFont (IntPtr handle);
new AppKit.NSFont : nativeint -> AppKit.NSFont
Parameters
- handle
-
IntPtr
nativeint