1 file changed
+1
-1
lines changed- .ci/requirements-fonttools.txt+35-35
- .ci/requirements.in+1-1
- .ci/requirements.txt+38-38
- .github/workflows/linux-ci.yml+1-1
- .github/workflows/macos-ci.yml+1-1
- .github/workflows/msvc-ci.yml+1-1
- .github/workflows/scorecard.yml+1-1
- BUILD.md+13-10
- CONFIG.md+1-1
- NEWS+12
- README.md+2-2
- configure.ac+1-1
- docs/harfbuzz-docs.xml+1
- docs/harfbuzz-sections.txt+3
- meson.build+7-2
- perf/benchmark-font.cc+13
- src/OT/Color/COLR/COLR.hh+59-7
- src/OT/Layout/GPOS/AnchorMatrix.hh+3-2
- src/OT/Layout/GPOS/CursivePosFormat1.hh+7-6
- src/OT/Layout/GPOS/LigatureArray.hh+7-6
- src/OT/Layout/GPOS/MarkArray.hh+3-3
- src/OT/Layout/GPOS/MarkBasePosFormat1.hh+7-8
- src/OT/Layout/GPOS/MarkLigPosFormat1.hh+7-7
- src/OT/Layout/GPOS/MarkMarkPosFormat1.hh+7-5
- src/OT/Layout/GPOS/MarkRecord.hh+5-6
- src/OT/Layout/GPOS/PairPosFormat2.hh+1-1
- src/OT/glyf/Glyph.hh+95-2
- src/graph/graph.hh+21-2
- src/graph/gsubgpos-context.hh+1-1
- src/graph/gsubgpos-graph.hh+15-4
- src/graph/markbasepos-graph.hh+3-1
- src/hb-algs.hh+4
- src/hb-bimap.hh+1-1
- src/hb-bit-page.hh+3
- src/hb-bit-set.hh+2-2
- src/hb-buffer.cc+2-2
- src/hb-buffer.h+1-1
- src/hb-cairo.cc+27
- src/hb-common.cc+1-1
- src/hb-debug.hh+17-2
- src/hb-font.cc+1-1
- src/hb-ft-colr.hh+35-1
- src/hb-limits.hh+1-1
- src/hb-map.cc+1-1
- src/hb-map.hh+5
- src/hb-null.hh+1-1
- src/hb-ot-layout-common.hh+1-2
- src/hb-ot-shape.cc+1-1
- src/hb-ot-shaper-arabic.cc+25-6
- src/hb-ot-var-common.hh+251-24
- src/hb-ot-var-cvar-table.hh+6-2
- src/hb-ot-var-gvar-table.hh+331-26
- src/hb-paint.cc+25
- src/hb-paint.h+42
- src/hb-paint.hh+8
- src/hb-repacker.hh+15-5
- src/hb-sanitize.hh+1-1
- src/hb-set.cc+12-12
- src/hb-subset-input.cc+13-7
- src/hb-subset-plan-member-list.hh+3
- src/hb-subset-plan.cc+32
- src/hb-subset-plan.hh+34
- src/hb-subset.cc+3
- src/hb-subset.h+2-1
- src/hb-vector.hh+3-21
- src/hb-version.h+3-3
- src/hb-wasm-shape.cc+1-1
- src/meson.build+15-15
- src/test-repacker.cc+41-6
- src/test-tuple-varstore.cc+2-3
- subprojects/.gitignore+4-1
- subprojects/freetype2.wrap+1
- test/api/results/bad-154+1-343
- test/api/results/test-154+7-1
- test/api/results/testvf-154+7-1
- test/api/test-paint.c+16-1
- test/fuzzing/fonts/clusterfuzz-testcase-minimized-hb-repacker-fuzzer-6490945267564544
- test/fuzzing/fonts/clusterfuzz-testcase-minimized-hb-repacker-fuzzer-6697168080338944
- test/fuzzing/fonts/clusterfuzz-testcase-minimized-hb-subset-fuzzer-6032126569742336
- test/shape/data/in-house/fonts/507637795ce4f2975593da54d12b46f76c7cc4cc.ttf
- test/shape/data/in-house/tests/arabic-stch.tests+2
- test/subset/data/expected/glyf_partial_instancing/Roboto-Variable.ABC.no-tables-with-item-variations.retain-all-codepoint.wght=200-300-500,wdth=80-90.ttf
- test/subset/data/expected/glyf_partial_instancing/Roboto-Variable.ABC.no-tables-with-item-variations.retain-all-codepoint.wght=300-600,wdth=85.ttf
- test/subset/data/expected/glyf_partial_instancing/Roboto-Variable.composite.no-tables-with-item-variations.retain-all-codepoint.wght=200-300-500,wdth=80-90.ttf
- test/subset/data/expected/glyf_partial_instancing/Roboto-Variable.composite.no-tables-with-item-variations.retain-all-codepoint.wght=300-600,wdth=85.ttf
- test/subset/data/profiles/no-tables-with-item-variations.txt+1
- test/subset/data/tests/glyf_partial_instancing.tests+13
- test/subset/generate-expected-outputs.py+1
- test/subset/meson.build+4
- util/hb-subset.cc+69-15
- util/view-cairo.hh+3
0 commit comments