Public Member Functions | |
(CPArray) | - availableFonts [implementation] |
(CPArray) | - fontWithNameIsAvailable: [implementation] |
Static Public Member Functions | |
(CPFontManager) | + sharedFontManager [implementation] |
(void) | + setFontManagerFactory: [implementation] |
Definition at line 31 of file CPFontManager.j.
- (CPArray) availableFonts | [implementation] |
Returns an array of the available fonts
Definition at line 62 of file CPFontManager.j.
Returns the available fonts matching the provided name.
aFontName | the name of the font |
Definition at line 91 of file CPFontManager.j.
+ (void) setFontManagerFactory: | (Class) | aClass | [implementation] |
Sets the class that will be used to create the applcation's font manager.
Definition at line 54 of file CPFontManager.j.
+ (CPFontManager) sharedFontManager | [implementation] |
Returns the application's font manager. If the font manager does not exist yet, it will be created.
Definition at line 41 of file CPFontManager.j.