Changes between Initial Version and Version 1 of TEXT_FONTS_INTERFACE_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_FONTS_INTERFACE_R0

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=TEXT_FONTS_INTERFACE_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] 
     4 
     5= Analysis = 
     6 
     7== Overview == 
     8 * There should be easy way for the user to change fonts. This functionality should appear in character settings hud and detached text frame editor. 
     9 * User should be able to chose font name(Helvetica, Arial etc.) and font face(heavy, medium, oblique, gothic, regular etc.)  
     10 
     11== Task requirements == 
     12 * Add combo box in 
     13 
     14== Task result == 
     15^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     16 
     17== Implementation idea == 
     18 * Currently we use swing-based java component for font selection(JFontChooser). See if we can use some of it's functionality. 
     19 
     20== Related == 
     21^(Add links to related tasks that could be useful or helpful.)^ 
     22 
     23== How to demo == 
     24^(Provide instructions for demonstration of the task.)^ 
     25 
     26= Design = 
     27^(Describe your design here.)^ 
     28 
     29= Implementation = 
     30^(Describe and link the implementation results here (from the wiki or the repository).)^ 
     31 
     32= Testing = 
     33^(Place the testing results here.)^ 
     34 
     35= Comments = 
     36^(Write comments for this or later revisions here.)