• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Different Fonts in SWT StyledText

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
is there a way to have more than 1 font in a StyledText-Widget?
Thanks in advance
testalucida
 
Ranch Hand
Posts: 243
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Yes there is. I suggest you start with the sun tutorial and run the webstart demos at http://java.sun.com/docs/books/tutorial/uiswing/components/generaltext.html

The main widgets are JTextPane and JEditorPane. That should get you on your way to see what is possible.

Cheers, Jared.
 
testa lucida
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Jared,
good Link - when you are dealing with Swing.
My Problem concerns the StyledText-Widget from SWT.
And meanwhile I know that really only 1 font is usable.
ciao
testalucida
 
reply
    Bookmark Topic Watch Topic
  • New Topic