Skip to content

Commit

Permalink
Merge pull request #158 from harfbuzz/hb-7.1.0
Browse files Browse the repository at this point in the history
Update to HarfBuzz 7.1.0
  • Loading branch information
khaledhosny authored Mar 3, 2023
2 parents 1dae6dd + 82cff0c commit ec68bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harfbuzz
Submodule harfbuzz updated 56 files
+10 −0 NEWS
+1 −1 configure.ac
+1 −0 docs/harfbuzz-docs.xml
+3 −0 docs/harfbuzz-sections.txt
+1 −1 meson.build
+1 −0 src/Makefile.sources
+7 −7 src/OT/Layout/GPOS/MarkLigPosFormat1.hh
+8 −0 src/OT/Layout/GPOS/SinglePosFormat1.hh
+9 −1 src/OT/Layout/GSUB/SingleSubstFormat1.hh
+29 −10 src/OT/glyf/path-builder.hh
+2 −1 src/gen-def.py
+80 −8 src/hb-algs.hh
+1 −1 src/hb-blob.h
+4 −0 src/hb-config.hh
+4 −0 src/hb-debug.hh
+73 −0 src/hb-font.cc
+5 −0 src/hb-font.h
+1 −1 src/hb-ft.cc
+2 −2 src/hb-map.cc
+0 −10 src/hb-map.hh
+1 −0 src/hb-ot-face-table-list.hh
+4 −4 src/hb-ot-post-table.hh
+327 −0 src/hb-ot-var-common.hh
+158 −0 src/hb-ot-var-cvar-table.hh
+4 −305 src/hb-ot-var-gvar-table.hh
+2 −2 src/hb-outline.cc
+1 −1 src/hb-outline.hh
+12 −0 src/hb-sanitize.hh
+234 −0 src/hb-shape.cc
+12 −0 src/hb-shape.h
+1 −1 src/hb-shaper-list.hh
+0 −1 src/hb-subset-input.cc
+11 −0 src/hb-subset.cc
+3 −3 src/hb-version.h
+9 −1 src/hb.hh
+1 −0 src/meson.build
+2 −2 src/test-map.cc
+ test/fuzzing/fonts/AdobeVFPrototype.ABC.otf
+ test/fuzzing/fonts/Roboto-Variable.ABC.ttf
+ test/fuzzing/fonts/clusterfuzz-testcase-minimized-hb-subset-fuzzer-5192684970311680
+41 −8 test/fuzzing/hb-subset-fuzzer.cc
+3 −0 test/subset/data/Makefile.am
+3 −0 test/subset/data/Makefile.sources
+ test/subset/data/expected/apply_cvar_delta/Comfortaa-Regular-new.default.retain-all-codepoint.wght=300.ttf
+ test/subset/data/expected/apply_cvar_delta/Comfortaa-Regular-new.default.retain-all-codepoint.wght=700.ttf
+ test/subset/data/expected/instantiate_cff2/AdobeVFPrototype.default.retain-all-codepoint.wght=650,CNTR=50.otf
+ ...post_apply_mvar_delta/Recursive-ABC.no-layout.retain-all-codepoint.wght=400,CASL=0,CRSV=0,MONO=0,slnt=0.ttf
+ test/subset/data/fonts/Recursive-ABC.ttf
+12 −0 test/subset/data/tests/apply_cvar_delta.tests
+14 −0 test/subset/data/tests/instantiate_cff2.tests
+11 −0 test/subset/data/tests/post_apply_mvar_delta.tests
+11 −9 test/subset/generate-expected-outputs.py
+3 −0 test/subset/meson.build
+8 −5 test/subset/subset_test_suite.py
+7 −6 util/Makefile.am
+50 −5 util/shape-options.hh

0 comments on commit ec68bb2

Please sign in to comment.