Changes between Version 18 and Version 19 of SMOOTH_TEXT_RENDERING_R0
- Timestamp:
- 06/26/09 12:50:40 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SMOOTH_TEXT_RENDERING_R0
v18 v19 129 129 * HotTextFontMapping.createInitialFont() -> Toolkit.getDefaultToolkit().getScreenResolution() 130 130 * Atom.getAdvance() -> FontDesignMetrics.stringWidth 131 * Improve bottleneck functionality in two directions 132 * Fix it. 133 * Decrease its usage. 131 134 * Implement new AtomManagers 132 * RowManager - groups the atoms belonging to one row/line of text.133 135 * SizeManager - groups atoms by means of an area to fit in. 136 * RowManager - groups the atoms belonging to one row/line of text. 134 137 * 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. 136 144 137 145 = Testing =