Changes between Version 18 and Version 19 of SMOOTH_TEXT_RENDERING_R0


Ignore:
Timestamp:
06/26/09 12:50:40 (16 years ago)
Author:
vlado
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SMOOTH_TEXT_RENDERING_R0

    v18 v19  
    129129   * HotTextFontMapping.createInitialFont() -> Toolkit.getDefaultToolkit().getScreenResolution() 
    130130   * Atom.getAdvance() -> FontDesignMetrics.stringWidth 
     131  * Improve bottleneck functionality in two directions 
     132   * Fix it. 
     133   * Decrease its usage. 
    131134  * Implement new AtomManagers 
    132    * RowManager - groups the atoms belonging to one row/line of text.   
    133135   * SizeManager - groups atoms by means of an area to fit in. 
     136   * RowManager - groups the atoms belonging to one row/line of text. 
    134137   * SentenceManager - groups atoms belonging to one sentence. 
    135  
     138  * Refactor HotTextSceneElement as specified in design review comments. 
     139  * Check analyzed issues not handled in the current revision. 
     140   * Improve badness calculation. 
     141   * Refactor badness. 
     142   * Memoization (part of a path, edge, etc.). 
     143   * Check for large amounts of objects cloning. 
    136144 
    137145= Testing =