i have created custom font "font.res" file using resource.jar file in lwuit,now i want to apply this Custom font to my Textarea Component,how to apply custom font any sample code ?
If you want to add into a text area,
ta.getUnselectedStyle().setFont(Font.getBitmapFont("fontname"));
fontname- the name you gave to font in res file
If not you can do it by,
in resource editor, open theme, double click the component you want to set the font and select font tab,
untick "derive font", tick "new font" and choose your font,
save res file and add it into your j2me project