Up
Authors
- Fred Kiefer (
FredKiefer@gmx.de
)
-
Manages system and user fonts
Copyright: (C) 1996 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSFontManager.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
+ (void) setFontManagerFactory: (Class)aClass;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (void) setFontPanelFactory: (Class)aClass;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (NSFontManager*) sharedFontManager;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (SEL) action;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) addFontTrait: (id)sender;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSArray*) availableFontFamilies;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSArray*) availableFontNamesWithTraits: (NSFontTraitMask)fontTraitMask;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSArray*) availableFonts;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSArray*) availableMembersOfFontFamily: (NSString*)family;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSFont*) convertFont: (NSFont*)fontObject;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSFont*) convertFont: (NSFont*)fontObject toFace: (NSString*)typeface;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSFont*) convertFont: (NSFont*)fontObject toFamily: (NSString*)family;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSFont*) convertFont: (NSFont*)fontObject toHaveTrait: (NSFontTraitMask)trait;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSFont*) convertFont: (NSFont*)fontObject toNotHaveTrait: (NSFontTraitMask)trait;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSFont*) convertFont: (NSFont*)fontObject toSize: (float)size;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSFont*) convertWeight: (BOOL)upFlag ofFont: (NSFont*)fontObject;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (id) delegate;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSMenu*) fontMenu: (BOOL)create;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL) fontNamed: (NSString*)typeface hasTraits: (NSFontTraitMask)fontTraitMask;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSFontPanel*) fontPanel: (BOOL)create;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSFont*) fontWithFamily: (NSString*)family traits: (NSFontTraitMask)traits weight: (int)weight size: (float)size;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL) isEnabled;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL) isMultiple;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSString*) localizedNameForFamily: (NSString*)family face: (NSString*)face;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) modifyFont: (id)sender;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) modifyFontViaPanel: (id)sender;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) orderFrontFontPanel: (id)sender;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) removeFontTrait: (id)sender;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSFont*) selectedFont;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL) sendAction;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setAction: (SEL)aSelector;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setDelegate: (id)anObject;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setEnabled: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setFontMenu: (NSMenu*)newMenu;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void) setSelectedFont: (NSFont*)fontObject isMultiple: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSFontTraitMask) traitsOfFont: (NSFont*)aFont;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (int) weightOfFont: (NSFont*)fontObject;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSFontManager Class
@protected SEL _action;
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 id _delegate;
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 id _fontEnumerator;
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 NSMenu* _fontMenu;
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;
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* _selectedFont;
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 NSFontTag _storedTag;
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 _trait;
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/NSFontManager.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Method summary
- (BOOL) fontManager: (id)sender willIncludeFont: (NSString*)fontName;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Up