![]() |
API
0.9.7
|
#import <CPFontManager.h>
Instance Methods | |
(SEL) | - action |
(action) | - addFontTrait: |
(CPArray) | - availableFonts |
(CPFont) | - convertFont: |
(CPFont) | - convertFont:toFace: |
(CPFont) | - convertFont:toHaveTrait: |
(id) | - delegate |
(CPArray) | - fontWithNameIsAvailable: |
(id) | - init |
(BOOL) | - isMultiple |
(CPFont) | - selectedFont |
(BOOL) | - sendAction |
(void) | - setAction: |
(void) | - setDelegate: |
(void) | - setMultiple: |
(void) | - setSelectedFont:isMultiple: |
(void) | - setTarget: |
(id) | - target |
(CPFontTraitMask) | - traitsOfFont: |
(int) | - weightOfFont: |
Class Methods | |
(void) | + setFontManagerFactory: |
(CPFontManager) | + sharedFontManager |
Definition at line 2 of file CPFontManager.h.
|
implementation |
Synthesized accessor method.
Provided by category CPFontManager(CPSynthesizedAccessors).
Definition at line 323 of file CPFontManager.j.
|
implementation |
Definition at line 207 of file CPFontManager.j.
|
implementation |
Returns an array of the available fonts
Definition at line 98 of file CPFontManager.j.
Definition at line 164 of file CPFontManager.j.
|
implementation |
Definition at line 193 of file CPFontManager.j.
|
implementation |
Definition at line 177 of file CPFontManager.j.
|
implementation |
Synthesized accessor method.
Provided by category CPFontManager(CPSynthesizedAccessors).
Definition at line 339 of file CPFontManager.j.
|
implementation |
Returns the available fonts matching the provided name.
aFontName | the name of the font |
Definition at line 134 of file CPFontManager.j.
|
implementation |
Definition at line 85 of file CPFontManager.j.
|
implementation |
Synthesized accessor method.
Provided by category CPFontManager(CPSynthesizedAccessors).
Definition at line 355 of file CPFontManager.j.
|
implementation |
Definition at line 147 of file CPFontManager.j.
|
implementation |
Definition at line 215 of file CPFontManager.j.
|
implementation |
Synthesized accessor method.
Provided by category CPFontManager(CPSynthesizedAccessors).
Definition at line 331 of file CPFontManager.j.
|
implementation |
Synthesized accessor method.
Provided by category CPFontManager(CPSynthesizedAccessors).
Definition at line 347 of file CPFontManager.j.
|
implementation |
Sets the class that will be used to create the application's font manager.
Definition at line 80 of file CPFontManager.j.
|
implementation |
Synthesized accessor method.
Provided by category CPFontManager(CPSynthesizedAccessors).
Definition at line 363 of file CPFontManager.j.
|
implementation |
Definition at line 139 of file CPFontManager.j.
|
implementation |
Synthesized accessor method.
Provided by category CPFontManager(CPSynthesizedAccessors).
Definition at line 315 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 67 of file CPFontManager.j.
|
implementation |
Synthesized accessor method.
Provided by category CPFontManager(CPSynthesizedAccessors).
Definition at line 307 of file CPFontManager.j.
|
implementation |
Definition at line 159 of file CPFontManager.j.
|
implementation |
Definition at line 152 of file CPFontManager.j.