Skip to content

Commit

Permalink
Merge pull request #108 from harfbuzz/update-hb-3-2-0
Browse files Browse the repository at this point in the history
Update to HarfBuzz 3.2.0
  • Loading branch information
anthrotype authored Jan 31, 2022
2 parents 57d3540 + df39ad7 commit 927957a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion harfbuzz
Submodule harfbuzz updated 68 files
+11 −4 CONFIG.md
+16 −0 NEWS
+1 −1 configure.ac
+1 −1 meson.build
+9 −2 src/gen-tag-table.py
+2 −2 src/hb-aat-layout-morx-table.hh
+4 −49 src/hb-buffer.cc
+60 −26 src/hb-buffer.hh
+5 −2 src/hb-config.hh
+1 −1 src/hb-coretext.cc
+1 −1 src/hb-directwrite.cc
+1 −1 src/hb-fallback-shape.cc
+12 −3 src/hb-ft.cc
+1 −1 src/hb-graphite2.cc
+2 −2 src/hb-ot-cmap-table.hh
+12 −6 src/hb-ot-color-colr-table.hh
+3 −1 src/hb-ot-face-table-list.hh
+15 −5 src/hb-ot-font.cc
+32 −5 src/hb-ot-glyf-table.hh
+8 −1 src/hb-ot-hmtx-table.hh
+3 −3 src/hb-ot-layout-common.hh
+7 −1 src/hb-ot-layout-gpos-table.hh
+1 −1 src/hb-ot-layout-gsub-table.hh
+23 −10 src/hb-ot-layout-gsubgpos.hh
+1 −0 src/hb-ot-layout.cc
+11 −15 src/hb-ot-layout.hh
+7 −3 src/hb-ot-math-table.hh
+7 −0 src/hb-ot-metrics.cc
+5 −14 src/hb-ot-shape.cc
+13 −1 src/hb-ot-tag-table.hh
+124 −48 src/hb-repacker.hh
+3 −1 src/hb-subset-plan.cc
+1 −0 src/hb-subset-plan.hh
+7 −11 src/hb-subset.cc
+1 −1 src/hb-uniscribe.cc
+3 −3 src/hb-version.h
+103 −57 src/test-repacker.cc
+3 −0 test/shape/data/in-house/tests/macos.tests
+2 −0 test/subset/data/Makefile.am
+2 −0 test/subset/data/Makefile.sources
+ test/subset/data/expected/colr_glyphs/BungeeColor-Regular.default.41.ttf
+ test/subset/data/expected/colr_glyphs/BungeeColor-Regular.drop-hints-retain-gids.41.ttf
+ test/subset/data/expected/colr_glyphs/BungeeColor-Regular.drop-hints.41.ttf
+ test/subset/data/expected/colr_glyphs/BungeeColor-Regular.retain-gids.41.ttf
+ ...bset/data/expected/layout.notonastaliqurdu/NotoNastaliqUrdu-Bold.default.627,644,623,62D,644,627,645,2E.ttf
+ test/subset/data/expected/layout.notonastaliqurdu/NotoNastaliqUrdu-Bold.default.627,644,62D,628.ttf
+ test/subset/data/expected/layout.notonastaliqurdu/NotoNastaliqUrdu-Bold.default.627,644.ttf
+ test/subset/data/expected/layout.notonastaliqurdu/NotoNastaliqUrdu-Bold.default.633,645,627,621,20,644,627.ttf
+ test/subset/data/expected/layout.notonastaliqurdu/NotoNastaliqUrdu-Bold.default.63A,64A,631.ttf
+ test/subset/data/expected/layout.notonastaliqurdu/NotoNastaliqUrdu-Bold.default.retain-all-codepoint.ttf
+ .../data/expected/layout.notonastaliqurdu/NotoNastaliqUrdu-Bold.retain-gids.627,644,623,62D,644,627,645,2E.ttf
+ test/subset/data/expected/layout.notonastaliqurdu/NotoNastaliqUrdu-Bold.retain-gids.627,644,62D,628.ttf
+ test/subset/data/expected/layout.notonastaliqurdu/NotoNastaliqUrdu-Bold.retain-gids.627,644.ttf
+ ...bset/data/expected/layout.notonastaliqurdu/NotoNastaliqUrdu-Bold.retain-gids.633,645,627,621,20,644,627.ttf
+ test/subset/data/expected/layout.notonastaliqurdu/NotoNastaliqUrdu-Bold.retain-gids.63A,64A,631.ttf
+ test/subset/data/expected/layout.notonastaliqurdu/NotoNastaliqUrdu-Bold.retain-gids.retain-all-codepoint.ttf
+ test/subset/data/expected/math_coverage_offset/Caudex-Regular.default.retain-all-codepoint.ttf
+ test/subset/data/expected/math_coverage_offset/Caudex-Regular.glyph-names.retain-all-codepoint.ttf
+ .../subset/data/expected/math_coverage_offset/Caudex-Regular.keep-all-layout-features.retain-all-codepoint.ttf
+ test/subset/data/expected/math_coverage_offset/Caudex-Regular.notdef-outline.retain-all-codepoint.ttf
+ test/subset/data/expected/math_coverage_offset/Caudex-Regular.retain-gids.retain-all-codepoint.ttf
+ test/subset/data/fonts/BungeeColor-Regular.ttf
+ test/subset/data/fonts/Caudex-Regular.ttf
+ test/subset/data/fonts/NotoNastaliqUrdu-Bold.ttf
+11 −0 test/subset/data/tests/colr_glyphs.tests
+1 −0 test/subset/data/tests/layout.notonastaliqurdu.tests
+12 −0 test/subset/data/tests/math_coverage_offset.tests
+2 −0 test/subset/meson.build
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
# only build for 64-bit
skip = ["*-manylinux_i686"]
skip = ["*-manylinux_i686", "*-musllinux*"]

test-requires = "pytest"
test-command = "pytest {project}/tests"
Expand Down

0 comments on commit 927957a

Please sign in to comment.