Changes between Version 7 and Version 8 of TEXT_PARAGRAPH_ALIGN_R0


Ignore:
Timestamp:
06/30/09 16:34:07 (16 years ago)
Author:
vlado
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_PARAGRAPH_ALIGN_R0

    v7 v8  
    1313 * Justified 
    1414== Task requirements == 
    15  * Provide to the user the ability to manage paragraph alignment. Add easy to use controls in the paragraph settings hud and text halo menu.  
     15 * Provide to the user the ability to manage paragraph alignment. Add easy to use controls in the paragraph settings hud. 
     16 * Implement left and justified alignment. Right and center alignment remain as optional. 
    1617 
    1718== Task result == 
     
    2223 * Also review what is implemented at this point. 
    2324 * If there is a need review http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/text/StyleConstants.html 
     25 * Add word break functionality in the layout to allow alignment manipulation. 
     26 * Add white space extra handling in the layout to be used in justified alignment. For justified option the white spaces between words should be extended so that the lines are aligned both sides. 
     27 * Add alignment badness calculation. 
    2428 
    2529== Related ==