Changes between Version 2 and Version 3 of TEXT_JUSTIFY_R0


Ignore:
Timestamp:
05/11/10 11:05:38 (15 years ago)
Author:
boyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_JUSTIFY_R0

    v2 v3  
    1212  * Text is aligned along both the left and right frame border; 
    1313  * Spacing between words is equally distributed; 
    14   * Spacing between letters is not modified; 
     14  * Spacing between letters is not modified (unless there is a single word on a given segment/line); 
    1515 * The algorithm for justification should be easily changeable with an alternative implementation. 
    1616 * 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.