]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
harfbuzz: upgrade 8.3.0 -> 8.3.1
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 26 Mar 2024 00:34:27 +0000 (08:34 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Apr 2024 06:38:36 +0000 (07:38 +0100)
commitb9716f902695337077b533e22b9298d610c038ee
treee91f3850b0db9ba95a50836ef8e70780154089ad
parent40c02f057f954c132d843c775f4991a654968e40
harfbuzz: upgrade 8.3.0 -> 8.3.1

Changelog:
==========
- hb_blob_create_from_file_or_fail() on Windows will now try to interpret the
  file name as UTF-8 first, and as system code page if it is not valid UTF-8.
- Fix hb_style_get_value() in fonts with "STAT" table.
- Properly handle negative offsets in CFF table.
- Update IANA Language Subtag Registry to 2024-03-07.
- Subsetter now supports subsetting "BASE" table.
- Subsetter will update "hhea" font metrics in sync with "OS/2" ones.
- "--variations" option of "hb-subset" now supports leaving out values that
  should be unchanged, e.g. "wght=:500:" will change the default and keep max
  and min unchanged. It also supports "*=drop" to to pin all axes to default
  location.
- Fix hb_ot_math_get_glyph_kerning() to match updated "MATH" table spec.
- Support legacy MacRoman encoding in "cmap" table.
- Various build fixes.
- Various subsetting and instancing fixes.
- New API:
  hb_subset_input_pin_all_axes_to_default()

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