Changes between Version 18 and Version 19 of WRAPPING_TEXT_RENDERING_R0
- Timestamp:
- 05/28/09 13:48:09 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRAPPING_TEXT_RENDERING_R0
v18 v19 23 23 * Flowing text on intersection blocks will not be used in Sophie 2.0. If such functionality is desired it can be mimicked by creation of separate Frames. 24 24 [[Image(source:branches/private/vlado/sophie2-platform/doc/spec-diagrams/IntersectionBlockTextFlowing.png)]] 25 * A kind of priority (weight) will be present to estimate the different options for text layout in various cases of intersection (overlapping).25 * A kind of priority (weight) will be present to estimate the different options for text layout in various cases of overlapping. 26 26 * Text layout inside a Frame. 27 27 * Text is divided into the following parts which define scopes for the text elements: 28 28 * Text - the whole flowing text. 29 29 * Text Part - part of the whole text, that is displayed as content of a Frame. 30 * Line - one line of visible text inside a Frame. It is composed of one or more line segments, depending on intersectionwith other objects (frames, etc.)30 * Line - one line of visible text inside a Frame. It is composed of one or more line segments, depending on overlapping with other objects (frames, etc.) 31 31 * Segment (Line Part) - part of a line wrapped around two objects, object and border or two borders of the container Frame. 32 32