Commit 651be34
committed
Port get_bst_command_and_process
1 parent 0f16f26 commit 651be34
11 files changed
Lines changed: 111 additions & 457 deletions
- .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
- README.md+2-2
- docs/harfbuzz-sections.txt+3
- 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-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+343-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-wasm-shape.cc+1-1
- src/test-repacker.cc+41-6
- src/test-tuple-varstore.cc+2-3
- 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/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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 10 | | |
14 | 11 | | |
15 | 12 | | |
16 | 13 | | |
17 | 14 | | |
18 | 15 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 16 | | |
24 | 17 | | |
25 | 18 | | |
| |||
47 | 40 | | |
48 | 41 | | |
49 | 42 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | 43 | | |
62 | 44 | | |
63 | 45 | | |
| |||
73 | 55 | | |
74 | 56 | | |
75 | 57 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | 58 | | |
200 | 59 | | |
201 | 60 | | |
| |||
257 | 116 | | |
258 | 117 | | |
259 | 118 | | |
260 | | - | |
| 119 | + | |
261 | 120 | | |
262 | 121 | | |
263 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 32 | | |
57 | 33 | | |
58 | 34 | | |
| |||
118 | 94 | | |
119 | 95 | | |
120 | 96 | | |
121 | | - | |
122 | | - | |
123 | 97 | | |
124 | 98 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | 99 | | |
152 | 100 | | |
153 | 101 | | |
| |||
172 | 120 | | |
173 | 121 | | |
174 | 122 | | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
| 123 | + | |
198 | 124 | | |
199 | 125 | | |
200 | 126 | | |
201 | 127 | | |
202 | 128 | | |
203 | | - | |
204 | | - | |
205 | 129 | | |
206 | 130 | | |
207 | | - | |
208 | | - | |
209 | 131 | | |
210 | 132 | | |
211 | 133 | | |
| |||
224 | 146 | | |
225 | 147 | | |
226 | 148 | | |
227 | | - | |
228 | | - | |
229 | 149 | | |
230 | 150 | | |
231 | 151 | | |
232 | 152 | | |
233 | 153 | | |
234 | 154 | | |
235 | | - | |
236 | | - | |
237 | 155 | | |
238 | 156 | | |
239 | 157 | | |
240 | 158 | | |
241 | 159 | | |
242 | 160 | | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | 161 | | |
248 | 162 | | |
249 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
320 | 319 | | |
321 | 320 | | |
322 | 321 | | |
323 | | - | |
| 322 | + | |
324 | 323 | | |
325 | 324 | | |
326 | 325 | | |
| |||
385 | 384 | | |
386 | 385 | | |
387 | 386 | | |
388 | | - | |
| 387 | + | |
389 | 388 | | |
390 | 389 | | |
391 | 390 | | |
| |||
400 | 399 | | |
401 | 400 | | |
402 | 401 | | |
403 | | - | |
| 402 | + | |
404 | 403 | | |
405 | 404 | | |
406 | 405 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
648 | 648 | | |
649 | 649 | | |
650 | 650 | | |
651 | | - | |
| 651 | + | |
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
| |||
0 commit comments