API  1.0.0
CPFontManager.h
Go to the documentation of this file.
1 
2 @interface CPFontManager : CPObject
3 {
4  CPArray _availableFonts;
5 
6  id _target // @accessors(property=target);
7  SEL _action // @accessors(property=action);
8 
9  id _delegate // @accessors(property=delegate);
10 
11  CPFont _selectedFont;
12  BOOL _multiple // @accessors(getter=isMultiple, setter=setMultiple:);
13 
14  CPDictionary _activeChange;
15 
16  unsigned _fontAction;
17 }
18 @end
Definition: CPFont.h:2
A mutable key-value pair collection.
Definition: CPDictionary.h:2