Changes between Initial Version and Version 1 of WRAPPING_TEXT_RENDERING_R1


Ignore:
Timestamp:
06/03/09 16:14:26 (16 years ago)
Author:
vlado
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WRAPPING_TEXT_RENDERING_R1

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=TASK_NAME_HERE, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] 
     4 
     5= Analysis = 
     6 
     7== Overview == 
     8 * See [wiki:WRAPPING_TEXT_RENDERING_R0#Overview] 
     9 
     10== Task requirements == 
     11 * Basic text wrapping around Frame 
     12  * Only default (parallel) wrapping will be implemented in the current revision. 
     13 
     14== Task result == 
     15The result of this task is source code. 
     16 
     17== Implementation idea == 
     18 * The text layout is based on HillClimbing algorithm. 
     19 * Flowing text not only to a single area, but also to a list of areas (having different shapes) is available. 
     20 * From the area of the current Frame subtract all intersecting Frames' areas and produce a list of areas. 
     21 * Pass the list to the algorithm. 
     22 
     23== Related == 
     24[wiki:WRAPPING_TEXT_RENDERING_R0] 
     25 
     26== How to demo == 
     27See [wiki:WRAPPING_TEXT_RENDERING_R0#Howtodemo] 
     28 
     29= Design = 
     30^(Describe your design here.)^ 
     31 
     32= Implementation = 
     33^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     34 
     35= Testing = 
     36^(Place the testing results here.)^ 
     37 
     38= Comments = 
     39^(Write comments for this or later revisions here.)