CPObjectCPFontManager
@implementation CPFontManager : CPObject
Method Summary | |
---|---|
+(void) | setFontManagerFactory:(Class)aClass Sets the class that will be used to create the applcation's font manager. |
+(CPFontManager) | sharedFontManager Returns the application's font manager. |
-(CPArray) | availableFonts Returns an array of the available fonts. |
-(CPArray) | fontWithNameIsAvailable:(CPString)aFontName Returns the available fonts matching the provided name. |
Method Detail |
---|
+(void)setFontManagerFactory:(Class)aClass
aClass
+(CPFontManager)sharedFontManager
-(CPArray)availableFonts
-(CPArray)fontWithNameIsAvailable:(CPString)aFontName
aFontName
- the name of the fontCreated on Sat Sep 13 14:15:43 PDT 2008