Up
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.
- Declared in:
- AppKit/NSFontPanel.h
- Conforms to:
- NSTextFieldDelegate
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
+ (
NSFontPanel*)
sharedFontPanel;
Availability: OpenStep
Creates (if needed) and returns the shared
NSFontPanel.
+ (BOOL)
sharedFontPanelExists;
Availability: OpenStep
Description forthcoming.
- (
NSView*)
accessoryView;
Availability: OpenStep
- (BOOL)
isEnabled;
Availability: OpenStep
Returns whether the "set" button is enabled.
See Also:
-setEnabled:
- (
NSFont*)
panelConvertFont: (
NSFont*)fontObject;
Availability: OpenStep
Converts the NSFont fontObject
- (void)
reloadDefaultFontFamilies;
Availability: OpenStep
Description forthcoming.
- (void)
setAccessoryView: (
NSView*)aView;
Availability: OpenStep
Sets the NSFontPanel's accessory view to
aView
See Also:
-accessoryView
- (void)
setEnabled: (BOOL)flag;
Availability: OpenStep
Sets whether the "set" button is enabled.
See Also:
-isEnabled
- (void)
setPanelFont: (
NSFont*)fontObject
isMultiple: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (BOOL)
worksWhenModal;
Availability: OpenStep
Overides the NSPanel/NSWindow method to always
returns YES
Instance Variables for NSFontPanel Class
@protected NSView* _accessoryView;
Availability: OpenStep
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.
@protected NSView* _bottomView;
Availability: OpenStep
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.
@protected int _face;
Availability: OpenStep
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.
@protected NSArray* _faceList;
Availability: OpenStep
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.
@protected int _family;
Availability: OpenStep
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.
@protected NSArray* _familyList;
Availability: OpenStep
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.
@protected BOOL _multiple;
Availability: OpenStep
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.
@protected NSSize _originalMinSize;
Availability: OpenStep
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.
@protected NSSize _originalSize;
Availability: OpenStep
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.
@protected NSFont* _panelFont;
Availability: OpenStep
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.
@protected BOOL _preview;
Availability: OpenStep
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.
@protected NSString* _previewString;
Availability: OpenStep
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.
@protected NSView* _topView;
Availability: OpenStep
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.
@protected NSFontTraitMask _traits;
Availability: OpenStep
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.
@protected int _weight;
Availability: OpenStep
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.
- Declared in:
- AppKit/NSFontPanel.h
Availability: MacOS-X 10.3.0
Description forthcoming.
Method summary
- (unsigned int)
validModesForFontPanel: (
NSFontPanel*)fontPanel;
Availability: MacOS-X 10.3.0
Description forthcoming.
Up