Behdad Esfahbod
c4d2ef9004
[subset] Speed up subsetting of SingleSubstFormat1_3
2 years ago
Behdad Esfahbod
d01e6babe6
[subset] Speed up SingleSubstFormat1_3 closure
2 years ago
Qunxin Liu
0f80076937
[subset] Do not repeat COLR table closure
2 years ago
Behdad Esfahbod
9fc31db6fa
[blob] Initialize members if ever on the stack
2 years ago
Behdad Esfahbod
60a9175f2c
[blob] Remove fini_shallow()
2 years ago
Behdad Esfahbod
bcd59b5142
[set/map] Remove init_shallow/fini_shallow()
2 years ago
Behdad Esfahbod
79b23cc25d
Fix another leak
2 years ago
Behdad Esfahbod
3fad942ee2
Try fix leak
2 years ago
Behdad Esfahbod
e1b5f2f806
[object] Call destructor in hb_object_destroy()
2 years ago
Behdad Esfahbod
9ea4ab6051
[object] Call constructor
2 years ago
Behdad Esfahbod
61c0438425
[map] Allow geting non-const value pointer out with has()
2 years ago
Behdad Esfahbod
00cfc5c17d
[map] Don't set out value in has() if not found
2 years ago
Behdad Esfahbod
485f043211
[map] Enable using hashmap with unique_ptr
2 years ago
Behdad Esfahbod
53fd4c9236
[set] A variable rename
2 years ago
Behdad Esfahbod
6826b2c3fd
[gsubgpos/closure] Minor condition use bool operator
2 years ago
Behdad Esfahbod
55a1e0bb11
[ot-map] Use hb_array for a return value
2 years ago
Behdad Esfahbod
a92d988d3d
Revert "[ci] Upgrade codecov-action to v3.1"
...
This reverts commit 5b8bff8dca
.
2 years ago
Behdad Esfahbod
5b8bff8dca
[ci] Upgrade codecov-action to v3.1
2 years ago
Behdad Esfahbod
8d923363db
[layout] Reduce number of closure rounds
2 years ago
Behdad Esfahbod
2eb561ebea
[ci] Upgrade macos runner from 10.15 to latest (11)
2 years ago
Behdad Esfahbod
aae8c74e05
[>64k:layout:SingleSubstFormat3] Fix masking
...
https://github.com/be-fonts/boring-expansion-spec/issues/31
2 years ago
Behdad Esfahbod
3c137ef041
[GPOS/CursivePos] Fix unsafe-to-break marking
...
Fixes test.
2 years ago
Behdad Esfahbod
7050021fed
[cursive-positioning.tests] Fix test specification
...
Still failing. Figuring out.
2 years ago
Behdad Esfahbod
5998cd00c8
[hebrew] Break out of reordering loop when pattern found
2 years ago
Behdad Esfahbod
42f1d7794b
Add tests for multiple cursive positioning
...
From https://github.com/harfbuzz/harfbuzz/issues/2469
2 years ago
Behdad Esfahbod
d861303797
[hebrew] Comment
2 years ago
Behdad Esfahbod
c60d810d50
[hebrew] Implement Jerusalem mark reordering
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/2947
2 years ago
Khaled Hosny
605bb1ee3d
[subset] Add amalgam harfbuzz-subset.cc
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/3733
2 years ago
Behdad Esfahbod
a66ba594b4
[util] Fix stack-underflow
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/3737
2 years ago
Behdad Esfahbod
c6ef11daf5
[util] Fix build with HB_NO_VAR
2 years ago
Qunxin Liu
712bfa8872
build fix for HB_NO_VAR
2 years ago
Behdad Esfahbod
798a0c8a58
Fix build
2 years ago
Behdad Esfahbod
8737dea4d9
[>64k:layout:GDEF] Implement version 2
...
Implements https://github.com/be-fonts/boring-expansion-spec/issues/36
Subset does NOT lower format.
2 years ago
Behdad Esfahbod
8080e01afc
[>64k:layout] Templatize GDEFVersion1
2 years ago
Behdad Esfahbod
1665cf6bc4
[>64k:layout] Split GDEFVersion1
...
https://github.com/be-fonts/boring-expansion-spec/issues/36
2 years ago
Behdad Esfahbod
1de5591cf7
[>64k:layout] Prepare GDEF for templatizing
...
https://github.com/be-fonts/boring-expansion-spec/issues/36
2 years ago
Khaled Hosny
c0d60bd496
[meta] Fix warning with emscripten
...
For whatever reason, em++ takes the first branch and spouts a gazillion
warnings like:
./harfbuzz/src/hb-vector.hh:229:20: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
hb_enable_if (hb_is_trivially_copy_assignable(T))>
^
./harfbuzz/src/hb-meta.hh:193:44: note: expanded from macro 'hb_is_trivially_copy_assignable'
2 years ago
Behdad Esfahbod
91c60802e6
[open-type] Fix overflow check
...
Without the cast, the compiler is within its rights to reason that
overflow didn't happen and optimize away the check, as clang was.
2 years ago
Behdad Esfahbod
4279304a62
[stat] Fix double-promotion warnings
2 years ago
Behdad Esfahbod
54e9ab4a91
[GPOS/Cursive] Fix breaking of parent-child attachment
...
Mostly fixes https://github.com/harfbuzz/harfbuzz/issues/2469
2 years ago
Behdad Esfahbod
c2baf2796c
[arabic] Make more features F_MANUAL_ZWJ
...
The change to `ccmp` fixes shaping of certain sequences with
Calibri on Windows 11. Addition of `liga` and `clig` is
speculative.
Fixes https://github.com/harfbuzz/harfbuzz/issues/3530
2 years ago
Behdad Esfahbod
ddeef8c875
[test-ot-glyphname] Fix return value
2 years ago
Qunxin Liu
f1a69ff1b9
[instance] update scripts for testing instancing
2 years ago
Qunxin Liu
be8e8e8c80
[instance] prune name tables after axes pinned at fixed locations
...
Restricting axes to ranges is not supported yet.
2 years ago
Qunxin Liu
df55f840cb
[instance] instantiate STAT table when axes are pinned at fixed locations
...
restricting ranges is not supported yet.
2 years ago
Qunxin Liu
2a4773e43d
add option "--instance", store axes_location in subset_plan and drop all
...
variation tables when all axes are pinned at default
2 years ago
Behdad Esfahbod
5744e951fc
[gir] Skip graphite API
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/2557
2 years ago
Behdad Esfahbod
1eb8e82086
[util] Accept space as delimiter for --features/--variations
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/3715
2 years ago
Khaled Hosny
378663409a
[ci] Deploy docs only on tagged builds
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/2786
2 years ago
Behdad Esfahbod
3723b8544b
[cff] Better max op counting
2 years ago