Changes between Version 7 and Version 8 of TEXT_PARAGRAPH_ALIGN_R0
- Timestamp:
- 06/30/09 16:34:07 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_PARAGRAPH_ALIGN_R0
v7 v8 13 13 * Justified 14 14 == 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. 16 17 17 18 == Task result == … … 22 23 * Also review what is implemented at this point. 23 24 * 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. 24 28 25 29 == Related ==