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