Behdad Esfahbod
|
d7adc55e18
|
[ot-font] Allow 24bit glyphs in advance cache
|
2 years ago |
Behdad Esfahbod
|
99070a734a
|
[cache] Use short instead of int if fits
|
2 years ago |
Qunxin Liu
|
d831e935df
|
bug fix in VarData get_delta ()
when LONG_WORDS flag is set, item row is not computed correctly
lcursor should be interpreted as INT32
|
2 years ago |
Behdad Esfahbod
|
b78546b1d2
|
[cache] Residual
|
2 years ago |
Behdad Esfahbod
|
ec90d1e161
|
[cache] Add a non-threadsafe version
Use in hb-ft, since already mutex'ed.
|
2 years ago |
Behdad Esfahbod
|
f73c15ca6c
|
[atomic-int] Add operators for relaxed ops
|
2 years ago |
Behdad Esfahbod
|
86d1e22d4f
|
[atomic-ptr] Rename get
|
2 years ago |
Behdad Esfahbod
|
d3f2287e0b
|
[atomic-int] Rename get/set
|
2 years ago |
Khaled Hosny
|
afe6629b2f
|
Fix make dist
|
2 years ago |
Behdad Esfahbod
|
e68e874da6
|
Update test/fuzzing/README
|
2 years ago |
Behdad Esfahbod
|
c80e32972f
|
[mvar] Use VarIdx
|
2 years ago |
Khaled Hosny
|
52bdc750c1
|
Revert "[meson] Use pathlib in gen-harfbuzzcc.py"
This reverts commit eaf7e5686c .
Fixes https://github.com/harfbuzz/harfbuzz/issues/3776
No idea what is going on, but lets restore the old code.
|
2 years ago |
Khaled Hosny
|
16bfe6536b
|
[meson] use cpp.get_argument_syntax not cpp.get_id
To account for both MSVC and clang-cl.
Fixes https://github.com/harfbuzz/harfbuzz/issues/3756
|
2 years ago |
Behdad Esfahbod
|
ee18ae3b76
|
[avar] Minor move code around
|
2 years ago |
Behdad Esfahbod
|
826639fab2
|
[src] Add test-use-table
Fixes https://github.com/harfbuzz/harfbuzz/issues/3758
|
2 years ago |
Behdad Esfahbod
|
e387b3acd3
|
[ft] Try harder
|
2 years ago |
Khaled Hosny
|
40a3468906
|
hb-ft: cast to float to help windows sqrtf
|
2 years ago |
Behdad Esfahbod
|
6549aec89d
|
[SingleSubstFormat1] Help avoid timeouts in closure() some more
For https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49712
|
2 years ago |
Behdad Esfahbod
|
ba9b20534c
|
[ft] Try working around fonts with transform set
Fixes https://github.com/harfbuzz/harfbuzz/issues/3772
|
2 years ago |
psykose
|
04d28d94e5
|
[repacker] fix signedness of char in tests
|
2 years ago |
Khaled Hosny
|
f1f2be776b
|
5.1.0
|
2 years ago |
Khaled Hosny
|
d6e55f1baf
|
[automake] Use LANG=C when generating harfbuzz*.cc
Since `sort` is locale-dependent.
|
2 years ago |
Behdad Esfahbod
|
a722b3e666
|
[shape] Only add any unsafe-to-concat flag if requested
Previously it was confusing as random incorrect flags were produced.
|
2 years ago |
Behdad Esfahbod
|
0a31cfb225
|
[buffer] Fix produce-tatweel enum value
|
2 years ago |
Behdad Esfahbod
|
a0111e4fab
|
[graph] Fix warning
Fixes https://github.com/harfbuzz/harfbuzz/issues/3766
|
2 years ago |
Behdad Esfahbod
|
fc9e6ae8d9
|
[run-tests.py] Write out the failing test
|
2 years ago |
Behdad Esfahbod
|
083d4ef5c4
|
[harfbuzz-subset.cc] Revert back the sort order
Generator seems unstable.
|
2 years ago |
Behdad Esfahbod
|
065f1e33c8
|
Merge pull request #3763 from harfbuzz/split_pair_pos
[repacker] Add ability for repacker to pre split PairPosFormat1 subtables.
|
2 years ago |
Behdad Esfahbod
|
7c9e1ffa7c
|
Merge pull request #3762 from harfbuzz/safe-to-kashida
Prototype glyph flag safe-to-kashida
|
2 years ago |
Behdad Esfahbod
|
f43dadb8ee
|
Rename kashida -> tatweel
|
2 years ago |
Behdad Esfahbod
|
73c3ac9172
|
Document kashida stuff
|
2 years ago |
Behdad Esfahbod
|
4f09ea5e6b
|
[hb-shape] Add --safe-to-insert-kashida flag
https://github.com/harfbuzz/harfbuzz/pull/3762
|
2 years ago |
Behdad Esfahbod
|
d277addb2f
|
[buffer] Add HB_BUFFER_FLAG_PRODUCE_SAFE_TO_INSERT_KASHIDA
|
2 years ago |
Behdad Esfahbod
|
915e12ccbb
|
Prototype glyph flag safe-to-kashida
Fixes https://github.com/harfbuzz/harfbuzz/issues/3721
|
2 years ago |
Behdad Esfahbod
|
5e31a582c9
|
[emoji] Bump compression level
|
2 years ago |
Behdad Esfahbod
|
56a5bc3bd0
|
[emoji] Regenerate test data
Fix generator.
|
2 years ago |
Behdad Esfahbod
|
90a3355e66
|
[ucd-table] Use more compact compression numbers
Doesn't show any slowdown in benchmarks.
|
2 years ago |
Behdad Esfahbod
|
23dbd35ca3
|
Merge branch 'main' into split_pair_pos
|
2 years ago |
Behdad Esfahbod
|
a5d9012e94
|
Revert "[ot-font] Minor simplification"
This reverts commit 28c02b3768 .
Old code was used in case of memory allocation failure (as shown
by fuzzers...)
|
2 years ago |
Garret Rieger
|
9578c44ea2
|
[repacker] add HB_FALLTRHOUGH.
|
2 years ago |
Garret Rieger
|
6a5e2cb2f8
|
[repacker] add todo.
|
2 years ago |
Garret Rieger
|
14f95ee0cf
|
[repacker] re-count shared node sizes in split PairPos segments.
|
2 years ago |
Garret Rieger
|
3b91fb2a9f
|
[repacker] cleanup todo.
|
2 years ago |
Garret Rieger
|
a0b8893e46
|
[repacker] add Coverage sanitize.
|
2 years ago |
Garret Rieger
|
38846f41d3
|
[repacker] more TODO cleanup.
|
2 years ago |
Garret Rieger
|
46c1fa7d1b
|
[repacker] sanitize PairPos during subtable extension.
|
2 years ago |
Garret Rieger
|
2a5902ee50
|
[repacker] cleanup.
|
2 years ago |
Garret Rieger
|
674f0194a3
|
[repacker] add extension pairpos split test.
|
2 years ago |
Garret Rieger
|
1d2516f037
|
[repack] get basic pairpos split test working.
|
2 years ago |
Garret Rieger
|
fb3f6ad7c0
|
[repacker] ensure lookup map is updated when lookup memory location changes.
|
2 years ago |