]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
harfbuzz: upgrade 4.3.0 -> 4.4.0
authorwangmy <wangmy@fujitsu.com>
Thu, 30 Jun 2022 04:19:33 +0000 (12:19 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Jul 2022 10:30:50 +0000 (11:30 +0100)
commitbfe0f5b8fe449d2f7a4ac9d3629220a4190f70c5
treeb4ebe7d7a64bacad7f9ee9d2aeac98bd79734b66
parentbfd4abe83f9eae572559b9ec0f33a252dff566f5
harfbuzz: upgrade 4.3.0 -> 4.4.0

Changelog:
==========
- Caching of variable fonts shaping, in particular when using HarfBuzz’s own
  font loading functions (ot). Bringing performance of variable shaping in par
  with non-variable fonts shaping.
- Caching of format 2 “Contextual Substitution” and “Chained Contexts
  Substitution” lookups. Resulting in up to 20% speedup of lookup-heavy fonts
  like Gulzar or Noto Nastaliq Urdu.
- Improved ANSI output from hb-view.
- Support for shaping legacy, pre-OpenType, Windows 3.1-era, Arabic fonts
  that relied on a fixed PUA encoding.
- Sinhala script is now shaped by the USE shaper instead of “indic” one.
- Thai shaper improvements.
- hb-ot-name API supports approximate BCP-47 language matching, for example
  asking for “en_US” in a font that has only “en” names will return them.
- Optimized TrueType glyph shape loading.
- Fix subsetting of HarfBuzz faces created via hb_face_create_for_tables().
- Add 32 bit var store support to the subsetter.
- New API
 +HB_BUFFER_FLAG_DEFINED
 +HB_BUFFER_SERIALIZE_FLAG_DEFINED
 +hb_font_changed()
 +hb_font_get_serial()
 +hb_ft_hb_font_changed()
 +hb_set_hash()
 +hb_map_copy()
 +hb_map_hash()

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/harfbuzz/harfbuzz_4.4.0.bb [moved from meta/recipes-graphics/harfbuzz/harfbuzz_4.3.0.bb with 95% similarity]