I'm trying to get the smallest possible font on the above device and I'm using:
Font.getFont( Font.FACE_PROPORTIONAL, Font.STYLE_PLAIN, Font.SIZE_SMALL );
Is there a smaller font and how can I get it?
Cheers,
Titch
I'm trying to get the smallest possible font on the above device and I'm using:
Font.getFont( Font.FACE_PROPORTIONAL, Font.STYLE_PLAIN, Font.SIZE_SMALL );
Is there a smaller font and how can I get it?
Cheers,
Titch