Changes between Version 1 and Version 2 of TEXT_FONTS_INTERFACE_R0


Ignore:
Timestamp:
02/05/09 15:20:55 (16 years ago)
Author:
dido
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_FONTS_INTERFACE_R0

    v1 v2  
    1010 
    1111== Task requirements == 
    12  * Add combo box in 
     12 * Add 2 combo boxes in character settings hud and detached frame editor, one for font name and one for font face.  
    1313 
    1414== Task result == 
    15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     15 * The result should be code. 
    1616 
    1717== Implementation idea == 
    1818 * 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. 
    1921 
    2022== 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]] 
    2227 
    2328== 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. 
    2533 
    2634= Design =