(String text, Style s)
| 7594 | /// |
| 7595 | /// the font image |
| 7596 | public static FontImage create(String text, Style s) { |
| 7597 | return create(text, s, s.getFont()); |
| 7598 | } |
| 7599 | |
| 7600 | /// Creates the font image with the given style settings but uses the given font, notice that the |
| 7601 | /// size of the given font determines the size of the icon! |