Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed May 4, 2011
1 parent 37cf3a6 commit 8fe54dd
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Resources/README.html
Expand Up @@ -11,7 +11,7 @@ <h3>Features</h3>
<li>Superscript <b>SUP</b> and Subscript <b>SUB</b>, e.g. e = mc<sup>2</sup> (Drawing missing)</li>
<li>Strike Out <b>DEL</b>, e.g. <del>Something Removed</del></li>
<li><b>FONT</b> (face,color and size 1-7)</li>
<li>Horizontal Rule<b>HR</b> (coloring via background-color style, simplified)</li>
<li>Horizontal Rule <b>HR</b> (coloring via background-color style, simplified)</li>
<li>Hyperlinks <b>A</b> (<a>Formatting</a> only, clickable as custom view)</li>
<li>Unordered Lists <b>LI</b></li>
<li>Ordered Lists <b>OL</b></li></ul>
Expand All @@ -20,17 +20,10 @@ <h3>To Do</h3>
<h4>NSAttributedString+HTML</h4>
<ol>
<li>Variations of the HR tag, currently it's only drawn as single 1px line</li>
<li>More robust handling for inline versus block elements</li>
<li>More styles, as far as supported by CoreText</li>
</ol>
<h4>DTAttributedTextView</h4>
<ol>
<li>Run Delegate: make room for IMG and draw the IMG</li>
<li>Run Delegate: Characters with super/subscript need baseline adjusted when drawn</li>
<li>Caret Positioning</li>
<li>Hit Detection on strings attributed with HREF</li>
<li>Text Insertion</li>
<li>Editing!</li>
<li>Characters with super/subscript need baseline adjusted when drawn</li>
</ol>
<p>There is still quite a few more things to do on the project. DEL, possibly CSS styles as they related to fonts and text formatting.</p>

Expand Down

0 comments on commit 8fe54dd

Please sign in to comment.