Hi,
 
 I have just started to work on Java3D , as far i understand from the reading ,
 Fonts in 3D text are fixed using Font3D object. and then create the Text3D object giveing the reference of Font3D object.
 
 Like
    Font3D  font3d = new Font3D( new Font(" Helvetia" , Font.PLAIN , 10 ) , new FontExtrusion());
 
Hope this might be of use
 
 Regards,
 
 Anand Walishetti
-----Original Message-----
From: ishwari [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 05, 2001 3:21 PM
To: [EMAIL PROTECTED]
Subject: Re: [JAVA3D] Text size

Hi Saurabh,
 
thanks for ur help..
I tried this.. but it doesn't work out..
the ht doesn't come exactly what we specified..
 
anyother way??
what the size mean?  is it a ratio of ht and width?
 
thanks again.
Regards,
ishwari
----- Original Message -----
Sent: Tuesday, June 05, 2001 8:30 PM
Subject: Re: [JAVA3D] Text size

try to use Font.deriveFont()
u can specify font size in float
 
saurabh
----- Original Message -----
From: ishwari
Sent: Tuesday, June 05, 2001 2:53 PM
Subject: [JAVA3D] Text size

Hi All,
 
I am developing an application using Java3D and I face a problem with text. Can anyone highlight about the text size? Can I have a float value for the text height?
 
Thanks in advance,
Regards,
ishwari
 
This e-mail and any files transmitted with it are for the sole use of the intended 
recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and 
destroy all copies of the original message. Any unauthorised review, use, disclosure, 
dissemination, forwarding, printing or copying of this email or any action taken in 
reliance on this e-mail is strictly prohibited and may be unlawful.
Visit us at http://www.cognizant.com

Reply via email to