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...