Changes between Version 2 and Version 3 of WRAPPING_TEXT_RENDERING_R0
- Timestamp:
- 01/16/09 17:54:46 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRAPPING_TEXT_RENDERING_R0
v2 v3 6 6 7 7 = Analysis = 8 ^(The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)^9 8 10 9 == Overview == 11 ^(The analysis of the first revision of each task should contain a brief overview of the whole task. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 12 10 * The ability of text to wrap around objects. 13 11 == Task requirements == 14 ^(Necessary requirements that the task must fulfill.)^ 15 12 * Create a prototype. 13 * The objects could wrap the text as follows: 14 * none - text is not wrapped 15 * before - text wraps only from the left side 16 * after - text wraps only from the left side 17 * parallel - text wraps from bought sides 18 *Default value should be parallel. 19 16 20 == Task result == 17 21 ^(The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))^ … … 28 32 29 33 == How to demo == 30 ^(In this section you must add instructions for the demo of the task.)^ 34 * Start the application 35 * Create new book 36 * Inside the book create new text frame and type some text (you could use lorem ipsum generator for better result - http://www.lipsum.com/) 37 * Place another frame on top of the text frame. The text should wrap around the second frame. 31 38 32 39 = Design =