![]() |
API 0.9.5
|
#import <CPFontManager.h>
Inheritance diagram for CPFontManager:Instance Methods | |
| (CPArray) | - availableFonts |
| (CPArray) | - fontWithNameIsAvailable: |
Class Methods | |
| (void) | + setFontManagerFactory: |
| (CPFontManager) | + sharedFontManager |
Definition at line 2 of file CPFontManager.h.
| - (CPArray) availableFonts |
Returns an array of the available fonts
Definition at line 63 of file CPFontManager.j.
Returns the available fonts matching the provided name.
| aFontName | the name of the font |
Definition at line 93 of file CPFontManager.j.
| + (void) setFontManagerFactory: | (Class) | aClass |
Sets the class that will be used to create the application's font manager.
Definition at line 55 of file CPFontManager.j.
| + (CPFontManager) sharedFontManager |
Returns the application's font manager. If the font manager does not exist yet, it will be created.
Definition at line 42 of file CPFontManager.j.