Changes between Version 5 and Version 6 of TEXT_JUSTIFY_R0
- Timestamp:
- 05/12/10 14:09:48 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_JUSTIFY_R0
v5 v6 12 12 * Text is aligned along both the left and right frame border; 13 13 * Spacing between words is equally distributed; 14 * The behavior should be the following - if there is enough space for a word after the last position, the line should be left aligned. If there is not enough space for the last word, it should be put on the next line and the current line should be justified. If line or paragraph break is put, the line should be left aligned. 14 * The behavior should be the following - if there is enough space for a word after the last position, the line should be left aligned. If there is not enough space for the last word, it should be put on the next line and the current line should be justified. If line or paragraph break is put, the line should be left aligned. (This should be implemented in a way that it can be extended - later right and center justify may be considered) 15 15 * The algorithm for justification should be easily changeable with an alternative implementation. 16 16 * If the suggested algorithm requirements tend to produce bad layout (whitespace rivers, loose lines, etc.) or downgrade the performance by more than 20% (measured by the text performance tests run on left-aligned and justified text), they might be changed.