wiki:WRAPPING_TEXT_RENDERING_R0

Version 6 (modified by dido, 16 years ago) (diff)

--

Error: Macro BackLinksMenu(None) failed
compressed data is corrupt

Error: Macro TicketQuery(summary=WRAPPING_TEXT_RENDERING_R0, 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|) failed
current transaction is aborted, commands ignored until end of transaction block

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 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.))

Implementation idea

(It is advisable to include some rough implementations ideas.)

SCENE_COMMONS?

SCENE_COMMONS_R0

SMOOTH_TEXT_RENDERING_R0

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

Extend TextFrameView located in org.sophie2.main.view and add the required functionality

Testing

Comments

(Write comments for this or later revisions here.)