-
Notifications
You must be signed in to change notification settings - Fork 25
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 #112 from harfbuzz/hb-4.0.1
Update to HarfBuzz 4.0.1
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule harfbuzz
updated
30 files
+46 −26 | NEWS | |
+1 −1 | configure.ac | |
+5 −1 | docs/harfbuzz-sections.txt | |
+1 −1 | docs/serializer.md | |
+1 −1 | meson.build | |
+2 −0 | src/Makefile.sources | |
+1 −1 | src/gen-def.py | |
+39 −52 | src/gen-use-table.py | |
+2 −1 | src/hb-aat-layout.cc | |
+8 −8 | src/hb-buffer-deserialize-text.hh | |
+1 −1 | src/hb-buffer-deserialize-text.rl | |
+1 −1 | src/hb-buffer.h | |
+12 −8 | src/hb-ot-layout-base-table.hh | |
+1 −6 | src/hb-ot-layout.cc | |
+426 −226 | src/hb-ot-shape-complex-use-machine.hh | |
+5 −3 | src/hb-ot-shape-complex-use-machine.rl | |
+580 −293 | src/hb-ot-shape-complex-use-table.hh | |
+3 −2 | src/hb-ot-shape-complex-use.cc | |
+5 −2 | src/hb-ot-tag-table.hh | |
+11 −8 | src/hb-repacker.hh | |
+35 −0 | src/hb-serialize.hh | |
+49 −0 | src/hb-subset-repacker.cc | |
+80 −0 | src/hb-subset-repacker.h | |
+2 −2 | src/hb-version.h | |
+5 −1 | src/meson.build | |
+6 −6 | src/ms-use/IndicPositionalCategory-Additional.txt | |
+2 −0 | test/api/Makefile.am | |
+ − | test/api/fonts/repacker_expected.otf | |
+1 −0 | test/api/meson.build | |
+225 −0 | test/api/test-subset-repacker.c |