From 8fe54dd759b61419cd26e6966e106715804a8cea Mon Sep 17 00:00:00 2001 From: Oliver Drobnik Date: Wed, 4 May 2011 18:45:42 +0200 Subject: [PATCH] Update Readme --- Resources/README.html | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Resources/README.html b/Resources/README.html index 6a65a659a..2a555a570 100644 --- a/Resources/README.html +++ b/Resources/README.html @@ -11,7 +11,7 @@

Features

  • Superscript SUP and Subscript SUB, e.g. e = mc2 (Drawing missing)
  • Strike Out DEL, e.g. Something Removed
  • FONT (face,color and size 1-7)
  • -
  • Horizontal RuleHR (coloring via background-color style, simplified)
  • +
  • Horizontal Rule HR (coloring via background-color style, simplified)
  • Hyperlinks A (Formatting only, clickable as custom view)
  • Unordered Lists LI
  • Ordered Lists OL
  • @@ -20,17 +20,10 @@

    To Do

    NSAttributedString+HTML

    1. Variations of the HR tag, currently it's only drawn as single 1px line
    2. -
    3. More robust handling for inline versus block elements
    4. -
    5. More styles, as far as supported by CoreText

    DTAttributedTextView

      -
    1. Run Delegate: make room for IMG and draw the IMG
    2. -
    3. Run Delegate: Characters with super/subscript need baseline adjusted when drawn
    4. -
    5. Caret Positioning
    6. -
    7. Hit Detection on strings attributed with HREF
    8. -
    9. Text Insertion
    10. -
    11. Editing!
    12. +
    13. Characters with super/subscript need baseline adjusted when drawn

    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.