]> code.ossystems Code Review - openembedded-core.git/commit
harfbuzz: upgrade 3.3.2 -> 3.4.0
authorwangmy <wangmy@fujitsu.com>
Mon, 14 Feb 2022 14:28:14 +0000 (22:28 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Feb 2022 09:46:24 +0000 (09:46 +0000)
commit52ee8b78ecee7fa4f95d3762799645277be19373
treee0f47d4c55bdb669b858dfcc70b559a4c30e8513
parent8cca575fabb4cde70fc82a88f09a5855d5f73870
harfbuzz: upgrade 3.3.2 -> 3.4.0

Changelog:
=========
*Perform sanity checks on shaping results is now part of "harfbuzz" library
 and can be enabled by setting the buffer flag HB_BUFFER_FLAG_VERIFY.
*Arabic Mark Transient Reordering Algorithm have been updated to revision 6.
*ISO 15924 code for mathematical notation, 'Zmth', now maps to the OpenType
 'math' tag.
*It is now possible to get at once all math kerning values for a given glyph
 at a given corner.
*Fix locale_t portability issues on systems the typedef's it to a void pointer
*New API:
+HB_BUFFER_FLAG_VERIFY
+HB_OT_TAG_MATH_SCRIPT
+HB_SCRIPT_MATH
+hb_ot_math_kern_entry_t
+hb_ot_math_get_glyph_kernings

Deprecated API

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