Changes between Version 2 and Version 3 of WRAPPING_TEXT_RENDERING_R1


Ignore:
Timestamp:
06/03/09 16:41:08 (16 years ago)
Author:
vlado
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WRAPPING_TEXT_RENDERING_R1

    v2 v3  
    99 
    1010== Task requirements == 
    11  * Basic text wrapping around Frame 
    12   * Only default (parallel) wrapping will be implemented in the current revision. 
     11 * Basic text wrapping around a Frame with a higher z-order than the current Frame. 
     12 * Text will be flowed line by line following the example: 
     13   [[Image(source:branches/private/vlado/sophie2-platform/doc/spec-diagrams/LineByLineTextFlowing.png)]] 
     14 * Wrapping options 
     15  * none - text is not wrapped 
     16  * before - text wraps only on the left side 
     17  * after - text wraps only on the right side 
     18  * parallel (default) - text wraps from both sides 
     19  * Default option (parallel) will be implemented in the current revision. 
     20  * None, Before and After options will be implemented if there is time. 
    1321 
    1422== Task result ==