JDK-8212156 : harfbuzz: Replace deprecated use of hb_font_funcs_set_glyph_func ()
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 9,10,11,12
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2018-10-13
  • Updated: 2020-08-12
  • Resolved: 2020-08-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdResolved
Related Reports
Duplicate :  
Description
The initial port into JDK 9 used harfbuzz 1.0.6
Later, in 1.2.3 harfbuzz deprecated hb_font_funcs_set_glyph_func ()
and replaced it with
hb_font_funcs_set_nominal_glyph_func() - to handle base glyphs hb_font_funcs_set_variation_glyph_func() - to handle variation sequences
At least that is my presumption of the intent.

We should, as time allows, migrate to the newer API.
Comments
This was fixed as part of the upgrade to hb 2.3.1
12-08-2020