NSFontPanel
Authors
- Fred Kiefer(
FredKiefer@gmx.de
)
-
- Nicola Pero(
n.pero@mi.flashnet.it
)
-
System generic panel for selecting and previewing fonts
Copyright: (C) 1996 Free Software Foundation, Inc.
Software documentation for the NSFontPanel class
Declared: AppKit/NSFontPanel.h
Conform: NSCoding
sharedFontPanel
+ (NSFontPanel*) sharedFontPanel;
sharedFontPanelExists
+ (BOOL) sharedFontPanelExists;
accessoryView
- (NSView*) accessoryView;
isEnabled
- (BOOL) isEnabled;
panelConvertFont:
- (NSFont*) panelConvertFont: (NSFont*)fontObject;
reloadDefaultFontFamilies
- (void) reloadDefaultFontFamilies;
setAccessoryView:
- (void) setAccessoryView: (NSView*)aView;
setEnabled:
- (void) setEnabled: (BOOL)flag;
setPanelFont:isMultiple:
- (void) setPanelFont: (NSFont*)fontObject isMultiple: (BOOL)flag;
worksWhenModal
- (BOOL) worksWhenModal;