Version 8 (modified by dido, 16 years ago) (diff) |
---|
Analysis
Overview
- The ability of text to wrap around objects.
Task requirements
- Create a prototype.
- The objects could wrap the text as follows:
- none - text is not wrapped
- before - text wraps only from the left side
- after - text wraps only from the left side
- parallel - text wraps from both sides
- Default value should be parallel.
Task result
- The result should be code.
Implementation idea
Extend TextFrameView located in org.sophie2.main.view and add the required functionality
Related
How to demo
- Start the application
- Create new book
- Inside the book create new text frame and type some text (you could use lorem ipsum generator for better result - http://www.lipsum.com/)
- Place another frame on top of the text frame. The text should wrap around the second frame.
Design
Implementation
(Describe and link the implementation results here (from the wiki or the repository).)
Testing
Comments
(Write comments for this or later revisions here.)