|
the limitation is - u can't set the font size less
than 1
if the font size u neet is less than 1 , then u can
have a
transform3d attached to the transform group
containing the
text , and set the scale of transform3d to change
the size of text
saurabh
----- Original Message -----
Sent: Tuesday, June 05, 2001 3:21
PM
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 -----
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
|