]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
harfbuzz: upgrade 11.1.0 -> 11.2.0
authorWang Mingyu <wangmy@fujitsu.com>
Mon, 12 May 2025 09:03:00 +0000 (17:03 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 May 2025 09:29:17 +0000 (10:29 +0100)
commitd54d2b64e4939bb887fa88ea2436025216f313ba
tree96373edb3568e2e5442dc48b0525a61721eba940
parent6f6ebd030b4ba32766fcdf5de46ebcf0d7d73455
harfbuzz: upgrade 11.1.0 -> 11.2.0

Changelog:
============
- Painting of COLRv1 fonts without clip boxes is now about 10 times faster.
- Synthetic bold/slant of a sub font is now respected, instead of using the parent's.
- Glyph extents for fonts synthetic bold/slant are now accurately calculated.
- Various build fixes
- New API:
  +hb_font_is_synthetic()
  +hb_font_draw_glyph_or_fail_func_t
  +hb_font_paint_glyph_or_fail_func_t
  +hb_font_funcs_set_draw_glyph_or_fail_func()
  +hb_font_funcs_set_paint_glyph_or_fail_func()
  +hb_font_draw_glyph_or_fail()
  +hb_font_paint_glyph_or_fail()
- Deprecated API:
  -hb_font_draw_glyph_func_t
  -hb_font_paint_glyph_func_t
  -hb_font_funcs_set_draw_glyph_func()
  -hb_font_funcs_set_paint_glyph_func()

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/harfbuzz/harfbuzz_11.2.0.bb [moved from meta/recipes-graphics/harfbuzz/harfbuzz_11.1.0.bb with 95% similarity]