i dont think it makes sense to fragment the j3d mailing list... even if
apple does maintain their own lists...
they should participate in THIS forum.

anyways...  fonts are tricky/nasty sometimes.
unless you explicitly package fonts with your source code, and thes
explicitly use THOSE fonts, you are relying on the underlying operating
system font set... perhaps also some fonts that are specific to the
jre/jdk.

i would recommend you package your font with your application.. and see
if you get more consistent font rendering performance.
im not sure if font rendering relies on platform specific code...  so
you may still have trouble even if you do guarantee that the actual
font you are using is the same on both platforms...

anyways.. one thing at a time... make sure youre using only a
particular font.

ian


On Jul 29, 2004, at 4:13 AM, Mike Pilone wrote:

This probably isn't the answer you want, but I would suggest talking to
Apple or some Apple J3D forum. As far as I know Apple maintains their
port.

-mike


-----Original Message----- From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED] On Behalf Of Jeroen Lapre' Sent: Wednesday, July 28, 2004 7:39 PM To: [EMAIL PROTECTED] Subject: [JAVA3D] Font3D problem on Mac OS X

Hi,

I'm developing a science education visualisation tool using java 3D:

http://home.comcast.net/~meralizer/

And it appears to be working fine on Windows 2000.
But when I run the same java3d code on Mac OS X, the font spacing is
messed up.

Any ideas how to get around this?

Thanks

=======================================================================
====
To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
of the message "signoff JAVA3D-INTEREST".  For general help, send
email to
[EMAIL PROTECTED] and include in the body of the message "help".

=======================================================================
====
To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
of the message "signoff JAVA3D-INTEREST".  For general help, send
email to
[EMAIL PROTECTED] and include in the body of the message "help".


=========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to