Changes between Version 1 and Version 2 of SMOOTH_TEXT_RENDERING_R0


Ignore:
Timestamp:
01/16/09 16:31:01 (16 years ago)
Author:
dido
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SMOOTH_TEXT_RENDERING_R0

    v1 v2  
    66 
    77= Analysis = 
    8 ^(The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)^ 
    98 
    109== 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  
     10The ability to render text frames without wrapping around objects. 
     11Following 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  
    1318== Task requirements == 
    1419^(Necessary requirements that the task must fulfill.)^ 
    1520 
    1621== 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 
    1823 
    1924== Implementation idea == 
     
    2126 
    2227== Related == 
    23 ^(Here you can add related tasks that could be useful or helpful.)^ 
     28[wiki:SCENE_COMMONS] 
    2429 
    2530== How to demo ==