Changes between Version 19 and Version 20 of WRAPPING_TEXT_RENDERING_R0


Ignore:
Timestamp:
05/28/09 13:55:06 (16 years ago)
Author:
vlado
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WRAPPING_TEXT_RENDERING_R0

    v19 v20  
    1111  * The objects could wrap the text as follows: 
    1212   * none - text is not wrapped 
    13    * before - text wraps only from the left side 
    14    * after - text wraps only from the left side 
     13   * before - text wraps only on the left side 
     14   * after - text wraps only on the right side 
    1515   * parallel - text wraps from both sides 
    1616  * Default value should be parallel. 
    17   * Modification of wrapping options will be available from a separate hud added to the HotText halo menu. 
     17  * Modification of wrapping options will be available from a separate hud added to the HotText halo menu. It will contain a group of radio buttons to switch between No Wrapping, Before, After and Parallel. 
    1818  * Text can be flowed/wrapped only around overlapping objects (frames, etc.), that is - objects that have a higher z-order than the current Frame. 
    1919  * The way of wrapping will depend on the available space for flowing of the text around the overlapping objects.