Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Problems to underline box text (Read 1676 times)
oakenshield
YaBB Newbies
*
Offline



Posts: 19
Location: France
Joined: Sep 21st, 2007
Problems to underline box text
Jan 21st, 2008 at 1:29pm
Print Post  
Hi,

I've tried to change the text appearance of a box with html tags like "<b>" for bold or "<i>" for italics, and it worked well. However, when I tried to underline text with "<u>" nothing happened ! Any idea ?

Thanks !
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Problems to underline box text
Reply #1 - Jan 21st, 2008 at 1:38pm
Print Post  
Hi,

Fonts in Java support only BOLD and ITALICS attributes, and it seems the applet ignores <u> tags in the text. I guess we can use Graphics.DrawLine to underline the text when needed; we'll implement that in one of the next releases.

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint