-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 13, 17, 20, 21
-
Component/s: client-libs
-
b02
The fix for
8256372: [macos] Unexpected symbol was displayed on JTextField with Monospaced font
removed usage of the macOS-only _hb_jdk_ct_font_create
from src/java.desktop/share/native/libfontmanager/hb-jdk-font.cc
However the now obsoleted un-used definition of this function was left.
We should delete it.
8256372: [macos] Unexpected symbol was displayed on JTextField with Monospaced font
removed usage of the macOS-only _hb_jdk_ct_font_create
from src/java.desktop/share/native/libfontmanager/hb-jdk-font.cc
However the now obsoleted un-used definition of this function was left.
We should delete it.