Skip to content

[Backport] Ease HarfBuzz API change with feature detection

Skia has been using the not entirely public HarfBuzz subsetting API. This API is changing for public release. In order to make the transition from old to new build flags were added, which would require build changes as HarfBuzz is updated downstream. Instead detect the existence of the old or new API and use whichever is present automatically.

Task-number: QTBUG-96911 Change-Id: I0727f97ad7d394dfb24553076d4b383570cf0002 Reviewed-by: Peter Varga pvarga@inf.u-szeged.hu (cherry picked from commit 95bb694d)

Merge request reports