-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #122 from harfbuzz/hb-4.2.1
Update to HarfBuzz 4.2.1
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule harfbuzz
updated
31 files
+3 −3 | .github/workflows/coverity-scan.yml | |
+2 −2 | .github/workflows/linux-ci.yml | |
+2 −2 | .github/workflows/macos-ci.yml | |
+3 −1 | CMakeLists.txt | |
+12 −0 | NEWS | |
+2 −4 | README.md | |
+1 −1 | configure.ac | |
+259 −0 | docs/features.dot | |
+1 −1 | meson.build | |
+46 −0 | perf/README.md | |
+63 −0 | perf/benchmark-map.cc | |
+118 −0 | perf/benchmark-set.cc | |
+89 −0 | perf/benchmark-subset.cc | |
+31 −0 | perf/meson.build | |
+14 −16 | perf/perf-draw.hh | |
+3 −0 | perf/perf-extents.hh | |
+1 −1 | src/check-static-inits.py | |
+2 −2 | src/hb-aat-layout-morx-table.hh | |
+2 −2 | src/hb-blob.cc | |
+4 −10 | src/hb-ot-layout-gsubgpos.hh | |
+8 −1 | src/hb-ot-shape-complex-khmer.cc | |
+1 −2 | src/hb-ot-shape-complex-myanmar.cc | |
+19 −7 | src/hb-ot-shape.cc | |
+2 −2 | src/hb-version.h | |
+10 −10 | src/main.cc | |
+1 −1 | subprojects/.gitignore | |
+9 −7 | subprojects/google-benchmark.wrap | |
+ − | test/shape/data/in-house/fonts/8339c821814d9bad7c77169332327ad8b0f33c81.ttf | |
+1 −0 | test/shape/data/in-house/tests/ligature-id.tests | |
+7 −1 | test/shape/data/in-house/tests/macos.tests | |
+1 −0 | util/hb-subset.cc |