| Reply | « Previous Thread | Next Thread » |
|
Hi ,
Font is declared as : protected final Font FONT_SMALL = Font.getFont(Font.FACE_SYSTEM , Font.STYLE_PLAIN, Font.SIZE_SMALL); but when i get the properties i am getting, FONT_SMALL.getSize() - Size 8 FONT_SMALL.isBold() - Bold true FONT_SMALL.getStyle() - Style 1 FONT_SMALL.isPlain() - Plain false So finally STYLE_PLAIN is not displayed on the 7210 device its displaying as bold why this problem? is there any other solution to display the string in plain text .... thanx in advance........ |
|
shankrap
Quote:
|
|
eventhough i have set the font to plaiN
why its giving as STYLE_PLAIN = FALSE |
|
Because there is no small plain font. System is giving you another one. The one that system believes to be the closest to what you requested
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|