Groups
Groups
Sign in
Groups
Groups
SWT PaperClips
Conversations
About
Send feedback
Help
Text, bold
7 views
Skip to first unread message
paperclip
unread,
Sep 2, 2009, 7:27:55 AM
9/2/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 AM
9/2/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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