Hii
i have used TextArea,but i am not able to reduce the font, here my code: TextArea big = new TextArea(detailNews.getDescription());
Font createSystemFont = Font.createSystemFont(Font.FACE_SYSTEM, Font.STYLE_PLAIN, Font.SIZE_SMALL);
big.getStyle().setFont(createSystemFont);
big.setEditable(false);,
How can i reduce Font?
i want to apply html css to LWUIT Text Area to reduce font of my Text,can we do that?

Reply With Quote

