Text, bold

7 views
Skip to first unread message

paperclip

unread,
Sep 2, 2009, 7:27:55 AM9/2/09
to SWT PaperClips
Hi,

how can i print a text bold? I'm using sth like that
grid.add(new TextPrint("my text");

THX

Matthew Hall

unread,
Sep 2, 2009, 9:37:20 AM9/2/09
to swt-pap...@googlegroups.com
paperclip wrote:
> how can i print a text bold? I'm using sth like that
> grid.add(new TextPrint("my text");
>
Use TextStyle:

TextStyle style = new TextStyle().fontStyle(SWT.BOLD);
grid.add( style.create("my text") );

Matthew

Reply all
Reply to author
Forward
0 new messages