Changes between Version 4 and Version 5 of SMOOTH_TEXT_RENDERING_R0


Ignore:
Timestamp:
01/16/09 17:14:45 (16 years ago)
Author:
dido
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SMOOTH_TEXT_RENDERING_R0

    v4 v5  
    99== Overview == 
    1010The ability to render text frames without wrapping around objects. 
    11 Following functionality should be implemented 
     11 
     12== Task requirements == 
     13 Following functionality should present in the prototype 
    1214 * Rotation of the frame without losing the text 
    1315 * Zooming the text 
     
    1517 * Moving the text 
    1618 * Applying text styles  
    17   * font name  
    18 == Task requirements == 
    19 ^(Necessary requirements that the task must fulfill.)^ 
     19  * font family - if the font is missing (for example is not embedded in the book) should be converted to an appropriate device font. The following font conversions should be available: mono is converted to _typewriter, sans-serif is converted to _sans, and serif is converted to _serif. 
     20  * font size  
     21  * font style - 'italic' or 'normal' 
     22  * font weight - 'bold' or 'normal' 
     23  * underline 
     24  * strike through 
     25  * text indent 
     26  * line spacing 
     27  * character spacing 
     28  * text align - left, right, center, justified 
     29  * text color 
     30 * Custom anti-alias type and properties for thickness and sharpness.  
    2031 
    2132== Task result == 
     
    2637 
    2738== Related == 
    28 [wiki:SCENE_COMMONS]<br> 
     39[wiki:SCENE_COMMONS] 
     40 
    2941[wiki:SCENE_COMMONS_R0] 
    3042