You can set large text in two ways.
- Use ResourceEdit and create the tab "Large font in font." Then change the font Label # Unselected to this new large font.
- Use the following code,
new Label("Sample").getStyle().setFont(Font.createSystemFont(Font.FACE_SYSTEM, Font.STYLE_PLAIN, Font.SIZE_LARGE));
See this article for more information. Using a font with LWUIT
source share