Hi,
I am working with CustomItem class and created a custom list component. I have to use monospace font in my list.
For this, I have used g.setFont(Font.getFont(Font.FACE_MONOSPACE,Font.STYLE_PLAIN,FONT.SIZE_MEDIUM));
before drawing string on screen.
In WTK emulator, it works perfectly and shows the output list in monospace font. However when I tried this in my Nokia 6270 mobile phone, it doesn't show monospace font.
Any clue ?
Thanks, Kirtimaan

Reply With Quote

