Changes between Version 3 and Version 4 of TEXT_FONTS_INTERFACE_R0


Ignore:
Timestamp:
04/01/09 16:50:03 (16 years ago)
Author:
nenko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_FONTS_INTERFACE_R0

    v3 v4  
    3535New module will be created - org.sophie2.main.func.text - that will contain all frames, halos, huds etc. related to HotText. In this module a new halo menu will be created and it will contain: 
    3636 * combo box for font name 
     37      Fonts can be gathered with the following fragment: 
     38 
     39            GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment(); 
     40 
     41            String []fontFamilies = ge.getAvailableFontFamilyNames(); 
     42 
    3743 * combo box for font size 
    3844 * toggle buttons for styling - italic, bold, underline, strikethrough