I’m developing j2me application and want to add a custom font into that.So how to add a .ttf file into a j2me project.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. You can’t use .ttf file for Java ME application. If you want to use custom font, look on this discussion.
I suggest you can use LWUIT framework. Here you can use different type of bitmap fonts.