Changes between Version 4 and Version 5 of SMOOTH_TEXT_RENDERING_R0
- Timestamp:
- 01/16/09 17:14:45 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SMOOTH_TEXT_RENDERING_R0
v4 v5 9 9 == Overview == 10 10 The 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 12 14 * Rotation of the frame without losing the text 13 15 * Zooming the text … … 15 17 * Moving the text 16 18 * 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. 20 31 21 32 == Task result == … … 26 37 27 38 == Related == 28 [wiki:SCENE_COMMONS]<br> 39 [wiki:SCENE_COMMONS] 40 29 41 [wiki:SCENE_COMMONS_R0] 30 42