[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] How to set different fonts into the same StyledText widget?
|
Hi,
I need to set differnt fonts and sizes for the text that is set in the same
StyledText widget. But when I call setFont() method it will just apply the
change to the whole text instead of part of the text. Is there any way I
could set different fonts and sizes to the text with StyledText widget? Or
should I use TextViewer from JFace?
Thanks for helping
Johnny