Up

NSFontManager

Authors

Fred Kiefer (FredKiefer@gmx.de)
Manages system and user fonts

Copyright: (C) 1996 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the NSFontManager class
  2. Software documentation for the NSObject(NSFontManagerDelegate) informal protocol

Software documentation for the NSFontManager class

NSFontManager : NSObject

Declared in:
AppKit/NSFontManager.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


Instance Variables

Method summary

setFontManagerFactory: 

+ (void) setFontManagerFactory: (Class)aClass;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setFontPanelFactory: 

+ (void) setFontPanelFactory: (Class)aClass;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


sharedFontManager 

+ (NSFontManager*) sharedFontManager;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


action 

- (SEL) action;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


addFontTrait: 

- (void) addFontTrait: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


availableFontFamilies 

- (NSArray*) availableFontFamilies;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


availableFontNamesWithTraits: 

- (NSArray*) availableFontNamesWithTraits: (NSFontTraitMask)fontTraitMask;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


availableFonts 

- (NSArray*) availableFonts;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


availableMembersOfFontFamily: 

- (NSArray*) availableMembersOfFontFamily: (NSString*)family;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


convertFont: 

- (NSFont*) convertFont: (NSFont*)fontObject;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


convertFont: toFace: 

- (NSFont*) convertFont: (NSFont*)fontObject toFace: (NSString*)typeface;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


convertFont: toFamily: 

- (NSFont*) convertFont: (NSFont*)fontObject toFamily: (NSString*)family;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


convertFont: toHaveTrait: 

- (NSFont*) convertFont: (NSFont*)fontObject toHaveTrait: (NSFontTraitMask)trait;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


convertFont: toNotHaveTrait: 

- (NSFont*) convertFont: (NSFont*)fontObject toNotHaveTrait: (NSFontTraitMask)trait;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


convertFont: toSize: 

- (NSFont*) convertFont: (NSFont*)fontObject toSize: (float)size;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


convertWeight: ofFont: 

- (NSFont*) convertWeight: (BOOL)upFlag ofFont: (NSFont*)fontObject;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


delegate 

- (id) delegate;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


fontMenu: 

- (NSMenu*) fontMenu: (BOOL)create;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


fontNamed: hasTraits: 

- (BOOL) fontNamed: (NSString*)typeface hasTraits: (NSFontTraitMask)fontTraitMask;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


fontPanel: 

- (NSFontPanel*) fontPanel: (BOOL)create;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


fontWithFamily: traits: weight: size: 

- (NSFont*) fontWithFamily: (NSString*)family traits: (NSFontTraitMask)traits weight: (int)weight size: (float)size;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


isEnabled 

- (BOOL) isEnabled;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


isMultiple 

- (BOOL) isMultiple;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


localizedNameForFamily: face: 

- (NSString*) localizedNameForFamily: (NSString*)family face: (NSString*)face;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


modifyFont: 

- (void) modifyFont: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


modifyFontViaPanel: 

- (void) modifyFontViaPanel: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


orderFrontFontPanel: 

- (void) orderFrontFontPanel: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


removeFontTrait: 

- (void) removeFontTrait: (id)sender;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


selectedFont 

- (NSFont*) selectedFont;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


sendAction 

- (BOOL) sendAction;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setAction: 

- (void) setAction: (SEL)aSelector;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setDelegate: 

- (void) setDelegate: (id)anObject;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setEnabled: 

- (void) setEnabled: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setFontMenu: 

- (void) setFontMenu: (NSMenu*)newMenu;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


setSelectedFont: isMultiple: 

- (void) setSelectedFont: (NSFont*)fontObject isMultiple: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


traitsOfFont: 

- (NSFontTraitMask) traitsOfFont: (NSFont*)aFont;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.


weightOfFont: 

- (int) weightOfFont: (NSFont*)fontObject;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.




Instance Variables for NSFontManager Class

_action

@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.


_delegate

@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.


_fontEnumerator

@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.


_fontMenu

@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.


_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.


_selectedFont

@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.


_storedTag

@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.


_trait

@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.





Software documentation for the NSObject(NSFontManagerDelegate) informal protocol

NSObject(NSFontManagerDelegate)

Declared in:
AppKit/NSFontManager.h
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Method summary

fontManager: willIncludeFont: 

- (BOOL) fontManager: (id)sender willIncludeFont: (NSString*)fontName;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.



Up