]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commit
harfbuzz: Update to version 8.0.1
authorAdolf Belka <adolf.belka@ipfire.org>
Tue, 18 Jul 2023 11:12:34 +0000 (13:12 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 26 Jul 2023 16:08:59 +0000 (16:08 +0000)
commit4bcda9e4daaf4584b128af32b23b8fd6d7adcab7
treec0d85e234483cd13e0b00d1908ca14d9934e22bf
parenta6937c22a7a7d0d144271e6c9fc18dd2c5e3a9dd
harfbuzz: Update to version 8.0.1

- Update from version 7.3.0 to 8.0.1
- Update of rootfile
- Changelog
    Overview of changes leading to 8.0.1
- Build fix on 32-bit arm.
- More speed optimizations:
  - 60% speedup in retaingids subsetting SourceHanSans-VF.
  - 38% speed up in subsetting (beyond-64k) mega-merged Noto.
  - 16% speed up in retain-gid (used for IFT) subsetting of NotoSansCJKkr.
    Overview of changes leading to 8.0.0
- New, experimental, WebAssembly (WASM) shaper, that provides greater
   flexibility over OpenType/AAT/Graphite shaping, using WebAssembly embedded
   inside the font file. Currently WASM shaper is disabled by default and needs
   to be enabled at build time. For details, see:
    https://github.com/harfbuzz/harfbuzz/blob/main/docs/wasm-shaper.md
  For example fonts making use of the WASM shaper, see:
    https://github.com/simoncozens/wasm-examples
- Improvements to Experimental features introduced in earlier releases:
  - Support for subsetting beyond-64k and VarComposites fonts.
  - Support for instancing variable fonts with cubic “glyf” table.
- Many big speed optimizations:
  - Up to 89% speedup loading variable fonts for shaping.
  - Up to 88% speedup in small subsets of large (eg. CJK) fonts (both TTF and
    OTF), essential for Incremental Font Transfer (IFT).
  - Over 50% speedup in loading Roboto font for shaping.
  - Up to 40% speed up in loading (sanitizing) complex fonts.
  - 30% speed up in shaping Gulzar font.
  - Over 25% speedup in glyph loading Roboto font.
  - 10% speed up loading glyph shapes in VarComposite Hangul font.
  - hb-hashmap optimizations & hashing improvements.
- New macro HB_ALWAYS_INLINE. HarfBuzz now inlines functions more aggressively,
   which results in some speedup at the expense of bigger code size. To disable
   this feature define the macro to just inline.
- New API:
  +HB_CODEPOINT_INVALID
  +hb_ot_layout_get_baseline2()
  +hb_ot_layout_get_baseline_with_fallback2()
  +hb_ot_layout_get_font_extents()
  +hb_ot_layout_get_font_extents2()
  +hb_subset_input_set_axis_range()

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/harfbuzz
lfs/harfbuzz