Changes between Version 1 and Version 2 of SMOOTH_TEXT_RENDERING_R0
- Timestamp:
- 01/16/09 16:31:01 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SMOOTH_TEXT_RENDERING_R0
v1 v2 6 6 7 7 = Analysis = 8 ^(The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)^9 8 10 9 == Overview == 11 ^(The analysis of the first revision of each task should contain a brief overview of the whole task. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 12 10 The ability to render text frames without wrapping around objects. 11 Following functionality should be implemented 12 * Rotation of the frame without losing the text 13 * Zooming the text 14 * Resizing the frame - the text should be able to flow inside the frame 15 * Moving the text 16 * Applying text styles 17 * font name 13 18 == Task requirements == 14 19 ^(Necessary requirements that the task must fulfill.)^ 15 20 16 21 == Task result == 17 ^(The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))^ 22 * The result should be code 18 23 19 24 == Implementation idea == … … 21 26 22 27 == Related == 23 ^(Here you can add related tasks that could be useful or helpful.)^ 28 [wiki:SCENE_COMMONS] 24 29 25 30 == How to demo ==