Up

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

NSFontPanel : NSPanel

Declared in:
AppKit/NSFontPanel.h
Conforms to:
NSCoding
Standards:

Description forthcoming.


Instance Variables

Method summary

sharedFontPanel 

+ (NSFontPanel*) sharedFontPanel;

Description forthcoming.


sharedFontPanelExists 

+ (BOOL) sharedFontPanelExists;

Description forthcoming.


accessoryView 

- (NSView*) accessoryView;

Description forthcoming.


isEnabled 

- (BOOL) isEnabled;

Description forthcoming.


panelConvertFont: 

- (NSFont*) panelConvertFont: (NSFont*)fontObject;

Description forthcoming.


reloadDefaultFontFamilies 

- (void) reloadDefaultFontFamilies;

Description forthcoming.


setAccessoryView: 

- (void) setAccessoryView: (NSView*)aView;

Description forthcoming.


setEnabled: 

- (void) setEnabled: (BOOL)flag;

Description forthcoming.


setPanelFont: isMultiple: 

- (void) setPanelFont: (NSFont*)fontObject isMultiple: (BOOL)flag;

Description forthcoming.


worksWhenModal 

- (BOOL) worksWhenModal;

Description forthcoming.




Instance Variables for NSFontPanel Class

_accessoryView

@protected NSView* _accessoryView;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_bottomView

@protected NSView* _bottomView;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_face

@protected int _face;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_faceList

@protected NSMutableArray* _faceList;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_family

@protected int _family;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_familyList

@protected NSMutableArray* _familyList;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_multiple

@protected BOOL _multiple;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_originalMinSize

@protected NSSize _originalMinSize;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_originalSize

@protected NSSize _originalSize;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_panelFont

@protected NSFont* _panelFont;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_preview

@protected BOOL _preview;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_previewString

@protected NSString* _previewString;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_topView

@protected NSView* _topView;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_traits

@protected NSFontTraitMask _traits;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.


_weight

@protected int _weight;

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.






Up