Changes between Version 1 and Version 2 of TEXT_CHAR_STYLE_FLAGS_R0


Ignore:
Timestamp:
02/04/09 16:42:42 (16 years ago)
Author:
dido
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_CHAR_STYLE_FLAGS_R0

    v1 v2  
    1313 * Superscript 
    1414 * Subscript 
     15 * Small caps 
    1516 
    1617== Task requirements == 
    17 ^(List the necessary requirements that the task must fulfill.)^ 
     18 * Add style flags to character settings hud. 
     19 * This styles should be editable also from detached text frame editor and some of them from text halo menu. There could be other components that may control the style flags as well. Provide easy way of using them. 
    1820 
    1921== Task result == 
     
    2224== Implementation idea == 
    2325 * Please review [[wiki:TEXT_CHARACTER_FORMAT_COMMONS_R0]] and don't get into conflict with it. 
     26 * See what has already been implemented org.sophie2.main.view.halos.menus.text. 
     27 * There are some buttons already implemented. See if they are in the correct package or need to change their location.(For example ItalicButton is now part of the menu, but it will be used in other components as well). It may be useful to create separated package for example org.sophie2.main.view.halos.buttons.characterStyleFlags.  
    2428 
    2529== Related ==