Changes between Version 3 and Version 4 of TEXT_FONTS_INTERFACE_R0
- Timestamp:
- 04/01/09 16:50:03 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_FONTS_INTERFACE_R0
v3 v4 35 35 New 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: 36 36 * 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 37 43 * combo box for font size 38 44 * toggle buttons for styling - italic, bold, underline, strikethrough