API  1.0.0
CPTextStorage.h
Go to the documentation of this file.
1 
3 {
4  CPColor _foregroundColor // @accessors(property=foregroundColor);
5  CPFont _font // @accessors(property=font);
6  CPMutableArray _layoutManagers // @accessors(getter=layoutManagers);
7  CPRange _editedRange // @accessors(getter=editedRange);
8  id <CPTextStorageDelegate> _delegate // @accessors(property=delegate);
9  int _changeInLength // @accessors(property=changeInLength);
10  unsigned _editedMask // @accessors(property=editedMask);
11 
12  int _editCount; // {begin,end}
13 @end
Definition: CPFont.h:2