API  1.0.0
CPFontPanel.h
Go to the documentation of this file.
1 
2 @interface CPFontPanel : CPPanel
3 {
4  id _fontBrowser;
5  id _traitBrowser;
6  id _sizeBrowser;
7  CPArray _availableFonts;
8  id _textColorWell;
9  CPColor _textColor;
10  int _currentColorButtonTag;
11  BOOL _setupDone;
12  int _fontChanges;
13 }
14 @end
Definition: CPPanel.h:2