Changes between Version 1 and Version 2 of TEXT_FONTS_SUPPORT_R0
- Timestamp:
- 02/05/09 15:42:25 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_FONTS_SUPPORT_R0
v1 v2 6 6 7 7 == Overview == 8 ^(Provide a brief overview of the whole task in its first revision. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 9 8 * The user should have the ability to change the font that is used to render text content. 9 * There should be set of fonts available to all the platforms. 10 * We could use the locale sets of fonts. When a font is used, then its automatically embedded in the current book. That way I can open the book on any platform and view all the fonts correctly. 11 * If the user imports some resources that have embedded fonts inside of them(.pdf, .swf etc.). We should make sure that they are displayed correctly and are platform independent as much as possible. 12 10 13 == Task requirements == 11 * Provide development infrastructure 14 * Provide development infrastructure. 15 * Make a decision on what font formats should be supported, and provide decoder if needed. 16 * Make available fonts embedding. 12 17 13 18 == Task result == … … 15 20 16 21 == Implementation idea == 17 ^(Provide some rough implementation idea(s).)^ 22 * Since all implementations of the Java 2 platform supports TrueType fonts, we could support only this format. However we may need other font formats to support resource visualization. 18 23 19 24 == Related == 20 [[wiki:TEXT_CHARACTER_FORMAT_COMMONS_R0]] 25 [[wiki:TEXT_CHARACTER_FORMAT_COMMONS_R0]][[BR]] 26 [[wiki:TEXT_FONTS_INTERFACE_R0]][[BR]][[BR]] 27 [[wiki:TEXT_HALO_MENU_R0]][[BR]] 28 [[wiki:DETACHED_TEXT_FRAME_EDITOR_R0]] 21 29 22 30 == How to demo == 23 ^(Provide instructions for demonstration of the task.)^ 31 * Run the application 32 * Create a new book and place text frame inside 33 * Populate some lorem ipsum text inside with a number of paragraphs(lorem ipsum generator --> http://www.lipsum.com/) 34 * Select part of the text, open character settings hud and change the font. 24 35 25 36 = Design =