You Are Here:

Community: Developer Discussion Boards

#1 Old Font Option in J2ME - 2004-07-28, 08:39

Join Date: Apr 2004
Posts: 68
anupamcins
Offline
Regular Contributor
Hi
I want to know that whether its possible that ,i can change text font from my application.means i want to write an font control application.

Anupam....
Reply With Quote

#2 Old 2004-07-28, 10:01

Join Date: Jul 2004
Posts: 34
Einheriar
Offline
Registered User
It is possible for you to control the font used in your J2ME based applications, but it is impossible for you change the font in a native application, e.g. the phone calendar or phone book.

BR
Einherar
Reply With Quote

#3 Old 2004-07-28, 11:09

Join Date: Apr 2004
Posts: 68
anupamcins
Offline
Regular Contributor
But can u tell me how...
Reply With Quote

#4 Old 2004-07-28, 16:40

Join Date: Jul 2004
Posts: 34
Einheriar
Offline
Registered User
For changing the font in a J2ME Canvas use the classes Font and Canvas, e.g.

public class MyCanvas extends Canvas {
Font myFont = Font.getFont(Font.FACE_PROPORTIONAL, Font. STYLE_PLAIN, Font. SIZE_LARGE);

public void paint (Graphics g) {
g.setFont(myFont);
}

}

For MIDP2.0 based handsets it is also possible to change the font in the highlevel UI component CustomItem. For more info on this see the article: http://developers.sun.com/techtopics...ent/index.html

BR
Einheriar
Reply With Quote

#5 Old 2004-07-30, 08:11

Join Date: Mar 2004
Posts: 2,077
Location: Bangalore,India
Send a message via MSN to mayankkedia Send a message via Yahoo to mayankkedia
mayankkedia's Avatar
mayankkedia
Offline
Forum Nokia Champion
anything that has anything to do with native things would be a struggle with J2me for that u will have to take recourse to Symbian.
the latest J2me docs says that the WTK supports native calls..however i dont think any mobile is implementing it.
ciao
Reply With Quote
Reply « Previous Thread | Next Thread »
Display Modes
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules

You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Forum Jump

Rate This

 
Bookmark this page: DeliciousDiggFacebookGoogleYahooStumbleUponRedditDiigoTechnocratiTwitter  Share this page Share this page Print this Page Print this page Invite a friend Invite a friend
京ICP备05048969号    Email Newsletters Press Terms & Conditions Privacy Policy Sitemap Contact Us © 2009 Nokia