Changes between Version 6 and Version 7 of TEXT_LAYOUT_COMMONS


Ignore:
Timestamp:
03/09/10 10:54:38 (15 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_LAYOUT_COMMONS

    v6 v7  
    8383 }}} 
    8484 
     85 * Changes to HotSegmentLayout should be made:  
     86  * The ''create'' method will accept TextRunIterator and HorizontalInterval, not LBM, ImmHotText and ImmSize. First of all, nothing except the width of the size is used, so it is not necessary. Second, the idea is not to use ImmHotText in segment layouts and not to use LBMs at all, so TextRunIterators let us do this - they provide all the needed information about drawing text. 
     87 
    8588= Implementation = 
    8689^(Describe and link the implementation results here (from the wiki or the repository).)^