Commit ee9701d
committed
Update to HarfBuzz 14.2.1
1 parent 7622364 commit ee9701d
8 files changed
Lines changed: 25 additions & 25 deletions
- .ci/requirements-fonttools.txt+101-101
- .ci/requirements.txt+101-101
- .github/workflows/scorecard.yml+1-1
- CMakeLists.txt+12-2
- NEWS+33
- README.md+1-1
- meson.build+2-2
- src/ArabicPUATraditional.txt+1-1
- src/OT/Color/COLR/COLR.hh+23-18
- src/check-symbols.py+1-1
- src/gen-arabic-table.py+7-7
- src/gen-gpu-shader-artifacts.py+4-3
- src/gen-tag-table.py+14-2
- src/graph/graph.hh+25
- src/graph/ligature-graph.hh+25
- src/hb-aat-layout-common.hh+23-12
- src/hb-aat-layout-morx-table.hh+30-19
- src/hb-algs.hh+128-128
- src/hb-array.hh+4-14
- src/hb-buffer-verify.cc+11-4
- src/hb-cairo-utils.cc+1-1
- src/hb-config.hh+4
- src/hb-face-builder.cc+1-1
- src/hb-font.hh+9-9
- src/hb-ft-colr.hh+53-33
- src/hb-gpu-draw.cc+8-4
- src/hb-gpu-paint.cc+41-5
- src/hb-gpu-paint.hh+4-4
- src/hb-harfrust.cc+26-43
- src/hb-limits.hh+1-1
- src/hb-open-type.hh+7-6
- src/hb-ot-cff-common.hh+4-4
- src/hb-ot-cff1-table.hh+7-7
- src/hb-ot-hdmx-table.hh+2-2
- src/hb-ot-layout-common.hh+13-12
- src/hb-ot-os2-table.hh+4-4
- src/hb-ot-post-table.hh+4-1
- src/hb-ot-shaper-arabic-pua.hh+21-21
- src/hb-ot-shaper-arabic-table.hh+2-1
- src/hb-ot-tag.cc+3-1
- src/hb-ot-var-avar-table.hh+2-1
- src/hb-ot-var-common.hh+5-3
- src/hb-ot-var-hvar-table.hh+5-1
- src/hb-paint.cc+1-1
- src/hb-script-list.h-1
- src/hb-serialize.hh+4-3
- src/hb-subset-input.cc+1
- src/hb-subset-plan-var.cc+4
- src/hb-subset-plan.cc+3-1
- src/hb-vector-buf.hh+6-2
- src/hb-vector-paint-pdf.cc+2-2
- src/hb-vector.hh+4-2
- src/hb-version.h+2-2
- src/rust/Cargo.toml+6-3
- src/rust/font.rs+15-6
- src/rust/lib.rs+6
- src/rust/shape.rs+189-123
- test/api/meson.build+19
- test/api/results-paint/bad-154+4-4
- test/api/results-paint/hand-10+4-6
- test/api/results-paint/hand-10.2+4-6
- test/api/results-paint/test-10+6-7
- test/api/results-paint/test-106+2-2
- test/api/results-paint/test-116+2-2
- test/api/results-paint/test-123+4-4
- test/api/results-paint/test-154+4-4
- test/api/results-paint/test-92+4-5
- test/api/results-paint/testvf-10+6-7
- test/api/results-paint/testvf-106+2-2
- test/api/results-paint/testvf-116+2-2
- test/api/results-paint/testvf-123+4-4
- test/api/results-paint/testvf-154+4-4
- test/api/results-paint/testvf-92+4-5
- test/api/test-be-glyph-advance.c+4-1
- test/api/test-be-num-glyphs.c+8-2
- test/api/test-buffer.c+68
- test/api/test-common.c+4
- test/api/test-extents.c+9-8
- test/api/test-map.c+95
- test/api/test-ot-tag.c+12-1
- test/api/test-paint.c+55-14
- test/fuzzing/fonts/clusterfuzz-testcase-minimized-hb-subset-fuzzer-5291844211900416
- test/shape/data/in-house/tests/arabic-fallback-shaping.tests+2
- test/vector/data/expected/basic/handwriting-cff-colr-1.svg+2-2
- test/vector/data/expected/basic/handwriting-glyf-colr-1.svg+2-2
- util/gpu/demo-common.h+11-9
- util/gpu/demo-font.cc+1-1
- util/gpu/demo-metal.mm+2-2
- util/gpu/demo-view.cc+6-6
- util/gpu/matrix4x4.hh+5
- util/gpu/meson.build+1-1
- util/gpu/trackball.hh+5
- util/gpu/web/hb-gpu-web-webgpu.cc+2
- util/gpu/web/hb-gpu-web.cc+2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
| 96 | + | |
| 97 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
0 commit comments