Changes between Initial Version and Version 1 of BasicText


Ignore:
Timestamp:
02/08/10 11:51:36 (15 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BasicText

    v1 v1  
     1== Basic text requirements == 
     2=== Styling functional === 
     3Need to support 
     4 * Java and OS fonts  
     5 * Text foreground coloring  
     6  * Transparency 
     7 * Text backround coroling 
     8  * Transparency 
     9 * Styles - Text should support more than one style. For now, styles that exclude each other won't be added. It will be best if text styles can be extended later. This means that it should be possible to add new types of styling. Layout should display only styles that it "knows" about.  
     10  * Styles that should be available now 
     11   * Normal 
     12   * Bold 
     13   * Italics 
     14   * Underline 
     15   * Strikethrough (stikeout) 
     16  * Styles that may be considered later 
     17   * Different underline styles 
     18   * Double strikethrough 
     19   * Superscript 
     20   * Subscript