how to set distance between letters?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ValValVal
    New Member
    • Oct 2008
    • 27

    how to set distance between letters?

    Hi.
    I am writing on JLabel.
    How can I set new distance between letters?

    Help appreciated.
    Thanks in advance,
    Val
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Why do you want to do that? It is a font matter and you're in for quite a bit of coding if you want to change the spacing between glyphs.

    kind regards,

    Jos

    Comment

    • ValValVal
      New Member
      • Oct 2008
      • 27

      #3
      well I knew in HTML it is that easy,there is simple tag for it . Pity if there is no such command in Java.

      Val

      Comment

      • Nepomuk
        Recognized Expert Specialist
        • Aug 2007
        • 3111

        #4
        Actually, JLabels can display (a subset of) HTML. You may want to try using those HTML commands.

        Greetings,
        Nepomuk

        Comment

        • ValValVal
          New Member
          • Oct 2008
          • 27

          #5
          Thanks, good advice..

          Comment

          Working...