Version 2 (modified by vlado, 16 years ago) (diff) |
---|
Analysis
Overview
Task requirements
- Basic text wrapping around Frame
- Only default (parallel) wrapping will be implemented in the current revision.
Task result
The result of this task is source code.
Implementation idea
- The text layout is based on HillClimbing algorithm.
- Flowing text not only to a single area, but also to a list of areas (having different shapes) is available.
- From the area of the current Frame subtract all intersecting Frames' areas and produce a list of areas.
- Pass the list to the algorithm.
Related
How to demo
See WRAPPING_TEXT_RENDERING_R0
Design
(Describe your design here.)
Implementation
(Describe and link the implementation results here (from the wiki or the repository).)
Testing
(Place the testing results here.)
Comments
(Write comments for this or later revisions here.)