13 | | Following functionality should present in the prototype |
14 | | * Rotation of the frame without losing the text |
15 | | * Zooming the text |
16 | | * Resizing the frame - the text should be able to flow inside the frame |
17 | | * Moving the text |
18 | | * Applying text styles |
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. |
| 13 | Following functionality should present in the prototype |