Skip to content

Commit

Permalink
Merge pull request #217 from harfbuzz/hb-10.1.0
Browse files Browse the repository at this point in the history
Update to HarfBuzz 10.1.0
  • Loading branch information
khaledhosny authored Nov 5, 2024
2 parents da72a8a + 0961624 commit 6d2d7d8
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 74 files
+49 −43 .ci/requirements-fonttools.txt
+49 −43 .ci/requirements.txt
+1 −1 .github/workflows/arm-ci.yml
+1 −1 .github/workflows/cifuzz.yml
+1 −1 .github/workflows/configs-build.yml
+1 −1 .github/workflows/coverity-scan.yml
+4 −3 .github/workflows/linux-ci.yml
+5 −4 .github/workflows/macos-ci.yml
+2 −2 .github/workflows/msvc-ci.yml
+2 −2 .github/workflows/msys2-ci.yml
+3 −3 .github/workflows/scorecard.yml
+31 −1 NEWS
+1 −0 docs/harfbuzz-docs.xml
+5 −0 docs/harfbuzz-sections.txt
+1 −1 meson.build
+21 −23 perf/benchmark-font.cc
+1 −8 perf/benchmark-map.cc
+1 −6 perf/benchmark-ot.cc
+1 −8 perf/benchmark-set.cc
+3 −18 perf/benchmark-shape.cc
+3 −14 perf/benchmark-subset.cc
+76 −0 perf/hb-benchmark.hh
+20 −58 perf/meson.build
+26 −21 src/OT/Color/COLR/COLR.hh
+11 −6 src/gen-tag-table.py
+5 −0 src/gen-use-table.py
+2 −1 src/harfbuzz.cc
+4 −2 src/hb-aat-layout-morx-table.hh
+2 −3 src/hb-blob.cc
+1 −1 src/hb-cairo.cc
+0 −1 src/hb-config.hh
+461 −0 src/hb-coretext-font.cc
+69 −2 src/hb-coretext-shape.cc
+12 −5 src/hb-coretext.h
+1 −1 src/hb-draw.h
+55 −0 src/hb-face.cc
+8 −0 src/hb-face.h
+1 −1 src/hb-font.cc
+112 −13 src/hb-ft.cc
+3 −0 src/hb-ft.h
+5 −3 src/hb-icu.cc
+1 −1 src/hb-limits.hh
+1 −1 src/hb-map.hh
+1 −1 src/hb-ms-feature-ranges.hh
+13 −13 src/hb-open-type.hh
+3 −1 src/hb-ot-font.cc
+2 −2 src/hb-ot-layout-common.hh
+31 −4 src/hb-ot-layout.hh
+1 −2 src/hb-ot-shape-normalize.cc
+2 −3 src/hb-ot-shape.cc
+552 −543 src/hb-ot-shaper-use-machine.hh
+2 −1 src/hb-ot-shaper-use-machine.rl
+148 −145 src/hb-ot-shaper-use-table.hh
+2 −2 src/hb-ot-tag-table.hh
+1 −1 src/hb-ot-var-gvar-table.hh
+0 −3 src/hb-unicode.hh
+2 −2 src/hb-version.h
+2 −2 src/main.cc
+1 −1 src/meson.build
+3 −2 src/ms-use/IndicPositionalCategory-Additional.txt
+0 −1 src/ms-use/IndicSyllabicCategory-Additional.txt
+ test/api/fonts/COLRv0.extents.ttf
+31 −2 test/api/test-extents.c
+2 −2 test/api/test-ot-face.c
+3 −3 test/api/test-paint.c
+13 −13 test/fuzzing/hb-draw-fuzzer.cc
+0 −3 test/shape/data/in-house/tests/collections.tests
+7 −0 test/shape/data/in-house/tests/macos.tests
+1 −0 test/shape/data/in-house/tests/use-syllable.tests
+83 −20 util/face-options.hh
+12 −7 util/font-options.hh
+2 −0 util/hb-info.cc
+5 −19 util/helper-cairo-ft.hh
+3 −5 util/test-hb-subset-parsing.c
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def _configure_extensions_with_vendored_libs() -> List[Extension]:
include_dirs=["harfbuzz/src"],
sources=[
"harfbuzz/src/harfbuzz-subset.cc",
"harfbuzz/src/hb-coretext.cc",
"harfbuzz/src/hb-coretext-shape.cc",
"harfbuzz/src/hb-directwrite.cc",
"harfbuzz/src/hb-uniscribe.cc",
"src/uharfbuzz/_harfbuzz.pyx",
Expand Down

0 comments on commit 6d2d7d8

Please sign in to comment.