Skip to content

Commit

Permalink
Merge pull request #137 from harfbuzz/hb_update
Browse files Browse the repository at this point in the history
Update to HarfBuzz 5.3.1
  • Loading branch information
khaledhosny authored Oct 21, 2022
2 parents 5e4178d + 186455d commit bf4105e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harfbuzz
Submodule harfbuzz updated 43 files
+0 −1 .ci/publish_release_artifact.sh
+8 −0 NEWS
+1 −1 configure.ac
+1 −0 docs/harfbuzz-sections.txt
+1 −1 meson.build
+15 −0 perf/benchmark-subset.cc
+1 −0 src/Makefile.sources
+1 −1 src/OT/Layout/GSUB/Ligature.hh
+1 −1 src/OT/Layout/GSUB/Sequence.hh
+5 −5 src/OT/glyf/Glyph.hh
+3 −1 src/gen-def.py
+5 −2 src/graph/pairpos-graph.hh
+10 −10 src/hb-aat-layout-just-table.hh
+4 −4 src/hb-aat-layout-trak-table.hh
+1 −1 src/hb-face.cc
+13 −16 src/hb-open-type.hh
+7 −7 src/hb-ot-color-colr-table.hh
+1 −1 src/hb-ot-post-table.hh
+5 −3 src/hb-ot-shape.cc
+7 −7 src/hb-ot-stat-table.hh
+10 −10 src/hb-ot-var-fvar-table.hh
+76 −0 src/hb-subset-accelerator.hh
+51 −3 src/hb-subset-input.cc
+1 −0 src/hb-subset-input.hh
+60 −20 src/hb-subset-plan.cc
+4 −0 src/hb-subset-plan.hh
+26 −0 src/hb-subset.cc
+17 −0 src/hb-subset.h
+2 −2 src/hb-version.h
+1 −0 src/meson.build
+0 −1 test/subset/data/Makefile.am
+0 −1 test/subset/data/Makefile.sources
+ test/subset/data/expected/layout.default_features/FranklinGothic-Regular.default.61,63,68,69.ttf
+ test/subset/data/expected/layout.default_features/FranklinGothic-Regular.default.retain-all-codepoint.ttf
+ test/subset/data/expected/layout.default_features/FranklinGothic-Regular.layout-test.61,63,68,69.ttf
+ test/subset/data/expected/layout.default_features/FranklinGothic-Regular.layout-test.retain-all-codepoint.ttf
+ test/subset/data/expected/layout.default_features/FranklinGothic-Regular.retain-gids.61,63,68,69.ttf
+ test/subset/data/expected/layout.default_features/FranklinGothic-Regular.retain-gids.retain-all-codepoint.ttf
+ test/subset/data/fonts/FranklinGothic-Regular.ttf
+0 −11 test/subset/data/tests/layout.default_features.tests
+0 −1 test/subset/meson.build
+1 −0 test/subset/run-tests.py
+19 −1 util/hb-subset.cc

0 comments on commit bf4105e

Please sign in to comment.