API  1.0.0
CPSimpleTypesetter.h
Go to the documentation of this file.
1 
3 {
4  CPLayoutManager _layoutManager // @accessors(property=layoutManager);
5  CPTextContainer _currentTextContainer // @accessors(property=currentTextContainer);
6  CPTextStorage _textStorage;
7 
8  CPRange _attributesRange;
9  CPDictionary _currentAttributes;
10  CPParagraphStyle _currentParagraph;
11 
12  float _lineHeight;
13  float _lineBase;
14  float _lineWidth;
15 
16  unsigned _indexOfCurrentContainer;
17 
18  CPArray _lineFragments;
19 }
20 @end
A mutable key-value pair collection.
Definition: CPDictionary.h:2