From f4ac14944daa5778aa3cdb37113fbc5c774b40bf Mon Sep 17 00:00:00 2001 From: Konstantin Ritt Date: Sat, 7 Jan 2017 19:24:07 +0400 Subject: Update bundled HarfBuzz-NG copy to 1.4.1 Most important changes since 1.0: - New API. - Update to Unicode 9.0.0; add 6 more scripts. - Improved list of language tag mappings. - OpenType 1.8 Font Variations support. - Blacklist GDEF table of certain fonts. - Implement parsing of OpenType MATH table. - Implement CBDT/CBLC color font glyph extents. - Fix mark zeroing types of most shapers. - Allow GPOS cursive connection on marks, and fix the interaction with mark attachment. - Universal Shaping Engine fixes; update to latest draft from Microsoft. - Implement "shaping" of various Unicode space characters, even if the font does not support them. - Allow MultipleSubst to delete a glyph (matching Windows engine). - CoreText backend fixes and optimizations. - Optimizations and other improvements. [ChangeLog] Bundled HarfBuzz-NG copy updated to 1.4.1 Change-Id: Ie398fad8f6d3b98e3236f62a97caedc649511470 Reviewed-by: Eskil Abrahamsen Blomfeldt --- src/3rdparty/harfbuzz-ng/include/harfbuzz/hb-ot-math.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/3rdparty/harfbuzz-ng/include/harfbuzz/hb-ot-math.h (limited to 'src/3rdparty/harfbuzz-ng/include') diff --git a/src/3rdparty/harfbuzz-ng/include/harfbuzz/hb-ot-math.h b/src/3rdparty/harfbuzz-ng/include/harfbuzz/hb-ot-math.h new file mode 100644 index 0000000000..d1b9e5ff80 --- /dev/null +++ b/src/3rdparty/harfbuzz-ng/include/harfbuzz/hb-ot-math.h @@ -0,0 +1 @@ +#include "../../src/hb-ot-math.h" -- cgit v1.2.3