Changes between Version 2 and Version 3 of WRAPPING_TEXT_RENDERING_R0


Ignore:
Timestamp:
01/16/09 17:54:46 (16 years ago)
Author:
dido
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WRAPPING_TEXT_RENDERING_R0

    v2 v3  
    66 
    77= Analysis = 
    8 ^(The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)^ 
    98 
    109== 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. 
    1311== 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  
    1620== Task result == 
    1721^(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.))^ 
     
    2832 
    2933== 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. 
    3138 
    3239= Design =