Changes between Version 1 and Version 2 of TEXT_FONTS_INTERFACE_R0
- Timestamp:
- 02/05/09 15:20:55 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_FONTS_INTERFACE_R0
v1 v2 10 10 11 11 == Task requirements == 12 * Add combo box in12 * Add 2 combo boxes in character settings hud and detached frame editor, one for font name and one for font face. 13 13 14 14 == Task result == 15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 15 * The result should be code. 16 16 17 17 == Implementation idea == 18 18 * Currently we use swing-based java component for font selection(JFontChooser). See if we can use some of it's functionality. 19 * You can use org.sophie2.main.view.boundcontrols.BoundComboBox 20 * Use java.awt.Font to provide needed fonts data. 19 21 20 22 == Related == 21 ^(Add links to related tasks that could be useful or helpful.)^ 23 [[wiki:TEXT_CHARACTER_FORMAT_COMMONS_R0]][[BR]] 24 [[wiki:TEXT_FONTS_SUPPORT_R0]][[BR]][[BR]] 25 [[wiki:TEXT_HALO_MENU_R0]][[BR]] 26 [[wiki:DETACHED_TEXT_FRAME_EDITOR_R0]] 22 27 23 28 == How to demo == 24 ^(Provide instructions for demonstration of the task.)^ 29 * Run the application 30 * Create a new book and place text frame inside 31 * Populate some lorem ipsum text inside with a number of paragraphs(lorem ipsum generator --> http://www.lipsum.com/) 32 * Select part of the text, open character settings hud and change the font. 25 33 26 34 = Design =