| Icon | Member | Description |
|---|---|---|
| NSFontPanel(NSRect, NSWindowStyleMask, NSBackingStoreType, Boolean) | Initializes the window with the specified values. Original signature is '- (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)windowStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation' Available in Mac OS X v10.0 and later. | |
| NSFontPanel(NSRect, NSWindowStyleMask, NSBackingStoreType, Boolean, NSScreen) | Initializes an allocated window with the specified values. Original signature is '- (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)windowStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation screen:(NSScreen *)screen' Available in Mac OS X v10.0 and later. | |
| NSFontPanel(NSCoder) | Returns an object initialized from data in a given unarchiver. (required) Original signature is '- (id)initWithCoder:(NSCoder *)decoder' Available in Mac OS X v10.0 and later. | |
| NSFontPanel()()()() |
Initializes a new instance of the NSFontPanel class.
| |
| NSFontPanel(IntPtr) |
Initializes a new instance of the NSFontPanel class.
| |
| NSFontPanel(String, Object, array<Object>[]()[][]) |
Initializes a new instance of the NSFontPanel class.
|