Make part of text in TextField Bold

Hello,How do I make a part of a text in a TextField bold or italic?Notice that I dont want to make the whole text bold. just parts of it.
[158 byte] By [tolvana] at [2007-11-27 9:07:18]
# 1
you can use CustomItemin the paint(Graphics,in,int) method, use drawString() method with differents text and fonts...
suparenoa at 2007-7-12 21:43:52 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Ok, thank you for your answere!Can you please give me a code example to help me get a little bit further?
tolvana at 2007-7-12 21:43:52 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
http://developers.sun.com/mobility/midp/articles/customitems/index.html
suparenoa at 2007-7-12 21:43:52 > top of Java-index,Java Mobility Forums,Java ME Technologies...