API 0.9.5
CPFontManager Class Reference

#import <CPFontManager.h>

Inheritance diagram for CPFontManager:

List of all members.

Instance Methods

(CPArray- availableFonts
(CPArray- fontWithNameIsAvailable:

Class Methods

(void) + setFontManagerFactory:
(CPFontManager+ sharedFontManager

Detailed Description

Definition at line 2 of file CPFontManager.h.


Method Documentation

- (CPArray) availableFonts

Returns an array of the available fonts

Definition at line 63 of file CPFontManager.j.

- (CPArray) fontWithNameIsAvailable: (CPString aFontName

Returns the available fonts matching the provided name.

Parameters:
aFontNamethe 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.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Defines