-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
None
-
beta2
-
sparc
-
solaris_8
Java3D tests tried a logical font name("Dialog") and null for the name in Font(String name, int style, int size).
With jdk131, the images are the same when font name is "Dialog" or null(default). With jdk14, the images are different when font name is "Dialog" or null(default). The images are the same when font name is "Dialog" in jdk131 or in jdk14. We assume that "Dialog" is the default font.
The shapes and the sizes of characters have both changed a little in default font in jdk1.4 compared to jdk1.3.1.
grace.yu@Eng 2001-04-18
To run the attached test(Text3DMotion_PointLg), which uses the default font:
1. set path=(/net/abra/export/home/java3d/j3d_121/solaris/jdk14/bin/java $path)
2. cd /net/newuser3b/export/home/java3d/jftc13
3. source SOURCE_ME
4. java jftc.JackRun jtest.other.Examples.Text3DMotion_PointLg -p -v
The other attached file (text3d) shows the pair of images, left is the reference image generated by jdk13 and right is the one generated by jdk14.
With jdk131, the images are the same when font name is "Dialog" or null(default). With jdk14, the images are different when font name is "Dialog" or null(default). The images are the same when font name is "Dialog" in jdk131 or in jdk14. We assume that "Dialog" is the default font.
The shapes and the sizes of characters have both changed a little in default font in jdk1.4 compared to jdk1.3.1.
grace.yu@Eng 2001-04-18
To run the attached test(Text3DMotion_PointLg), which uses the default font:
1. set path=(/net/abra/export/home/java3d/j3d_121/solaris/jdk14/bin/java $path)
2. cd /net/newuser3b/export/home/java3d/jftc13
3. source SOURCE_ME
4. java jftc.JackRun jtest.other.Examples.Text3DMotion_PointLg -p -v
The other attached file (text3d) shows the pair of images, left is the reference image generated by jdk13 and right is the one generated by jdk14.