-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
8u51
Optional font ligatures are not rendered when natively loaded font is used.
When the same font is loaded in application using java.awt.Font.createFont() method, it works fine.
The behaviour is strictly reproducible on Mac OSX.
It works as expected on Windows operating systems.
Steps to reproduce
------------------
1. Install “Hasklig” font (Hasklig-Regular.noDFLT.otf)
(make sure that the file becomes available in ~/Library/Fonts folder),
2. In a small Swing app, add JLabel with "->" as text.
3. Enable ligatures on the font.
4. Actual behaviour:
Compile Ligatures1Test.java and run it.
The window shows characters that are rendered separately.
4. The expected behaviour:
Compile Ligatures2Test.java and run it.
The window shows characters that are rendered as a single glyph.
Workaround
----------
Application to use java.awt.Font.createFont() method,
Loading font from non-standard directory.
When the same font is loaded in application using java.awt.Font.createFont() method, it works fine.
The behaviour is strictly reproducible on Mac OSX.
It works as expected on Windows operating systems.
Steps to reproduce
------------------
1. Install “Hasklig” font (Hasklig-Regular.noDFLT.otf)
(make sure that the file becomes available in ~/Library/Fonts folder),
2. In a small Swing app, add JLabel with "->" as text.
3. Enable ligatures on the font.
4. Actual behaviour:
Compile Ligatures1Test.java and run it.
The window shows characters that are rendered separately.
4. The expected behaviour:
Compile Ligatures2Test.java and run it.
The window shows characters that are rendered as a single glyph.
Workaround
----------
Application to use java.awt.Font.createFont() method,
Loading font from non-standard directory.
- duplicates
-
JDK-7162125 [macosx] A font has different behaviour for ligatures depending on its creation mode
-
- Resolved
-
- is blocked by
-
JDK-8147002 [macosx] Arabic character cannot be rendered on MacOS X
-
- Resolved
-
- relates to
-
JDK-8246036 [macos] Mongolian characters and Yi Syllables are displayed as rectangles
-
- Closed
-