-
Bug
-
Resolution: Fixed
-
P1
-
1.3.0, 1.4.0
-
beta
-
generic, x86
-
generic, windows_nt
-
Verified
To reproduce the bug, run the attached program.
createFont API returns the incorrect fontfamily name, and fontname becomes unknown.
FontName: arial.ttf
Output obtained with Merlin build 15:
font is java.awt.Font[family=Arial,name=Arial,style=plain,size=1]
Output obtained with Merlin build 16:
font is java.awt.Font[family=Lucida Sans Typewriter,name=??,style=plain,size=1]
This problem occurs only from build 16 onwards for windows platform.
In Solaris, it works fine.
createFont API returns the incorrect fontfamily name, and fontname becomes unknown.
FontName: arial.ttf
Output obtained with Merlin build 15:
font is java.awt.Font[family=Arial,name=Arial,style=plain,size=1]
Output obtained with Merlin build 16:
font is java.awt.Font[family=Lucida Sans Typewriter,name=??,style=plain,size=1]
This problem occurs only from build 16 onwards for windows platform.
In Solaris, it works fine.
- duplicates
-
JDK-4353149 Unable to render the font name for Opentype(mangal) font using the same font.
-
- Closed
-
-
JDK-4353150 Inconsistent reporting of the Font Family for Opentype fonts.
-
- Closed
-