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