![]() |
API
0.9.6
|
#import <CPFontManager.h>
Inheritance diagram for CPFontManager:Class Methods | |
| (void) | + setFontManagerFactory: |
| (CPFontManager) | + sharedFontManager |
Class Methods inherited from CPObject | |
| (BOOL) | + accessInstanceVariablesDirectly |
| (id) | + alloc |
| (id) | + allocWithCoder: |
| (BOOL) | + automaticallyNotifiesObserversForKey: |
| (Class) | + class |
| (void) | + exposeBinding: |
| (void) | + initialize |
| (IMP) | + instanceMethodForSelector: |
| (BOOL) | + instancesRespondToSelector: |
| (BOOL) | + isSubclassOfClass: |
| (CPSet) | + keyPathsForValuesAffectingValueForKey: |
| (void) | + load |
| (id) | + new |
| (void) | + setVersion: |
| (Class) | + superclass |
| (int) | + version |
Additional Inherited Members | |
Instance Variables inherited from CPObject | |
| Class | isa |
Definition at line 2 of file CPFontManager.h.
|
implementation |
Synthesized accessor method.
Provided by category CPFontManager(CPSynthesizedAccessors).
Definition at line 325 of file CPFontManager.j.
|
implementation |
Definition at line 210 of file CPFontManager.j.
|
implementation |
Returns an array of the available fonts
Definition at line 96 of file CPFontManager.j.
Definition at line 167 of file CPFontManager.j.
|
implementation |
Definition at line 196 of file CPFontManager.j.
|
implementation |
Definition at line 180 of file CPFontManager.j.
|
implementation |
Synthesized accessor method.
Provided by category CPFontManager(CPSynthesizedAccessors).
Definition at line 341 of file CPFontManager.j.
Returns the available fonts matching the provided name.
| aFontName | the name of the font |
Definition at line 132 of file CPFontManager.j.
|
implementation |
Initializes the receiver
Reimplemented from CPObject.
Definition at line 83 of file CPFontManager.j.
|
implementation |
Definition at line 150 of file CPFontManager.j.
|
implementation |
Definition at line 145 of file CPFontManager.j.
|
implementation |
Definition at line 217 of file CPFontManager.j.
|
implementation |
Synthesized accessor method.
Provided by category CPFontManager(CPSynthesizedAccessors).
Definition at line 333 of file CPFontManager.j.
|
implementation |
Synthesized accessor method.
Provided by category CPFontManager(CPSynthesizedAccessors).
Definition at line 349 of file CPFontManager.j.
|
implementation |
Sets the class that will be used to create the application's font manager.
Definition at line 78 of file CPFontManager.j.
|
implementation |
Definition at line 137 of file CPFontManager.j.
|
implementation |
Synthesized accessor method.
Provided by category CPFontManager(CPSynthesizedAccessors).
Definition at line 317 of file CPFontManager.j.
|
implementation |
Returns the application's font manager. If the font manager does not exist yet, it will be created.
Definition at line 65 of file CPFontManager.j.
|
implementation |
Synthesized accessor method.
Provided by category CPFontManager(CPSynthesizedAccessors).
Definition at line 309 of file CPFontManager.j.
|
implementation |
Definition at line 162 of file CPFontManager.j.
|
implementation |
Definition at line 155 of file CPFontManager.j.