Hi All
can anyone give me the list of fonts supported in all series 40 and series 60 phones???? It would be great if you can also give me the values that i can put it in my j2me applications.
Thanks a lot
rajsekhar@valuelabs.net
Hi All
can anyone give me the list of fonts supported in all series 40 and series 60 phones???? It would be great if you can also give me the values that i can put it in my j2me applications.
Thanks a lot
rajsekhar@valuelabs.net
Hi Raju...
Check the MIDP API spec....If you are using J2MEWTK go to api's and you'l find them there...
Hope this may help
Regards
Chandu
I use my mbReader to find all available fonts. Sorry it is commercial and you can find it at http://www.handango.com/PlatformTopS...owUncerts=true .
With keys 1,4,7 you can switch between different styles, sizes and types of fonts.
HI
Can you plz let me know the font values supported in the phones....yeah thought it is commercial......i guess you are already using it...and i just want to know the values.....
new Font(int font face, int style, int size)
thanks
rajsekhar@valuelabs.net
NOKIA 40
face - always FACE_PROPORTIONAL
size - SIZE_SMALL, SIZE_MEDIUM, or SIZE_LARGE
style - STYLE_UNDERLINED, STYLE_PLAIN
NOKIA 60
face - always FACE_PROPORTIONAL
size - SIZE_SMALL, SIZE_MEDIUM, or SIZE_LARGE
style - STYLE_PLAIN, STYLE_BOLD, STYLE_ITALIC and STYLE_UNDERLINED