-
Bug
-
Resolution: Duplicate
-
P1
-
None
-
1.4.0
-
sparc
-
solaris_7
According to the jdk docs
public Font(String name,
int style,
int size)
Creates a new Font from the specified name, style and point size.
If name is null, the name of the new Font is set to Default.
However in merlin b38 on solaris the name of the new font is set to Dialog.
public Font(String name,
int style,
int size)
Creates a new Font from the specified name, style and point size.
If name is null, the name of the new Font is set to Default.
However in merlin b38 on solaris the name of the new font is set to Dialog.
- duplicates
-
JDK-4389856 behavior of java.awt.Font.Font(String ...) does not correspond to documentation
-
- Resolved
-