Changes between Version 26 and Version 27 of WRAPPING_TEXT_RENDERING_R0
- Timestamp:
- 05/29/09 21:08:21 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WRAPPING_TEXT_RENDERING_R0
v26 v27 102 102 * Method HotTextLayout.canFitInShape and (static method) LayoutBuilder.canFit to check if a text can be flowed into an area 103 103 * Method HotTextLayout.getTextParts and (static method) LayoutBuilder.getTextParts to return the separation of a text into parts that can be flowed into a sequence of areas 104 * Implementation should be straightforward using the layout algorithm 104 105 * Fix of the bug specified at [http://www.sophie2.org/trac/wiki/TEXT_INPLACE_EDITOR_R0#Implementation]: correct Atom.canFit method to pass the atom's height as 4th argument, not the atom's y-position. 105 106