Changes between Version 1 and Version 2 of TEXT_CHAR_STYLE_FLAGS_R0
- Timestamp:
- 02/04/09 16:42:42 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_CHAR_STYLE_FLAGS_R0
v1 v2 13 13 * Superscript 14 14 * Subscript 15 * Small caps 15 16 16 17 == 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. 18 20 19 21 == Task result == … … 22 24 == Implementation idea == 23 25 * 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. 24 28 25 29 == Related ==