Behdad Esfahbod
84811a06a2
[name] Fix for rebase changes to hb_array_t
6 years ago
Behdad Esfahbod
1046b1938b
[name] Some more
6 years ago
Behdad Esfahbod
b4d4d1ea78
[name] Return full string length from API
6 years ago
Behdad Esfahbod
8d304ef7f9
[utf] Add UTF16-BE and UTF32-BE
6 years ago
Behdad Esfahbod
a826a8730f
[name] Hide internal details from public API
6 years ago
Behdad Esfahbod
e7c595a9f0
[name] More
6 years ago
Behdad Esfahbod
75cd8c86bd
[name] Add hb_ot_name_get_utf()
6 years ago
Behdad Esfahbod
c783d36324
[name] Pre-allocate array
6 years ago
Behdad Esfahbod
c2aa409537
[name] Start implementing hb_ot_name_get_utf16()
6 years ago
Behdad Esfahbod
740cde8991
[name] Implement hb_bytes_t get_name()
6 years ago
Behdad Esfahbod
c3425f2401
[name] Add hb-ot-name.cc for realz
6 years ago
Behdad Esfahbod
90420ed8cb
[name] Implement hb_ot_name_get_names()
6 years ago
Behdad Esfahbod
9a6c87c17d
[name] Finish accelerator sorting
6 years ago
Behdad Esfahbod
2157e56b34
[name] Start implementing public API infrastructure
6 years ago
Behdad Esfahbod
0bf93ec0fb
[name] Add public API declarations
6 years ago
Behdad Esfahbod
982c2f4a65
[indic/khmer/myanmar/use] Clarify clear_syllable
...
No logic change.
6 years ago
Ebrahim Byagowi
143ffe65aa
[fuzz] Add a new testcase
6 years ago
Behdad Esfahbod
e98af6d1ed
[layout] Try to speed up collect_lookups some more
...
Barely made a dent :(.
6 years ago
Behdad Esfahbod
eb44bfc864
[layout] Memoize collect_features
...
Fixes https://github.com/harfbuzz/harfbuzz/pull/1317
Fixes https://oss-fuzz.com/v2/testcase-detail/6543700493598720
6 years ago
Behdad Esfahbod
84098b1639
[layout] Remove unintentionally added code
6 years ago
Behdad Esfahbod
941600a9e0
[layout] Add hb_collect_features_context_t
...
Towards https://github.com/harfbuzz/harfbuzz/pull/1317
6 years ago
Behdad Esfahbod
c237cdfcc7
[lookup] Fold another function inline
6 years ago
Behdad Esfahbod
fe5520ddea
[layout] More prep work to memoize collect_features() work
6 years ago
Behdad Esfahbod
e8e67503ff
[lookup] More prep work for memoizing collect_features
...
https://github.com/harfbuzz/harfbuzz/pull/1317
6 years ago
Behdad Esfahbod
96828b97a8
[layout] Minor
...
We were returning the accelerator's lookup count. Returns table's.
They are the same except for OOM cases. Just shorter code.
6 years ago
Behdad Esfahbod
73449cd213
[layout] Fold one function inline
...
Preparation for fixing https://github.com/harfbuzz/harfbuzz/pull/1317
6 years ago
Behdad Esfahbod
ba5ca6a762
[morx] Use deleted-glyph, instead of actual deletion, in Ligation
...
Closer to what CoreText does.
Fixes https://github.com/harfbuzz/harfbuzz/issues/1302
6 years ago
Behdad Esfahbod
5c272e3613
[morx] Remove deleted-glyph at the end of processing
6 years ago
Behdad Esfahbod
1bb8ed86d6
[aat] Minor
6 years ago
Behdad Esfahbod
102af615f1
[aat] Start adding support for DELETED-GLYPH
...
https://github.com/harfbuzz/harfbuzz/issues/1302
6 years ago
Behdad Esfahbod
955aa56b11
[vector] Make it act more like pointer
...
Add pointer cast operator and plus operator.
6 years ago
Behdad Esfahbod
8d55e2adef
[set] Minor
6 years ago
Behdad Esfahbod
64c32edfe1
[set] Make array access more explicit
...
Follow up on 94e421abbf
6 years ago
Behdad Esfahbod
e3ceb2dde3
Fix again
6 years ago
Ebrahim Byagowi
eceeb85666
[docs] Add hb-ot-color section
6 years ago
Behdad Esfahbod
1cfe702872
Fixup
6 years ago
Behdad Esfahbod
5739c876d0
[test] Rename some fonts
...
If we have duplicae font files in different directories, that would
break the oss-fuzz build currently. So, rename some to avoid
name class with text-rendering-test. Would be better to find
another solution.
6 years ago
Behdad Esfahbod
21ede867df
Fix possible overflow in bsearch impls
...
From bungeman.
Fixes https://github.com/harfbuzz/harfbuzz/pull/1314
6 years ago
Ben Wagner
94e421abbf
Remove some use of Crap in hb-set.
...
When hb_set_t::page_for_insert needs to insert at the end of the page_map
it ends up evaluating '&page_map[i + 1]' which has hb_vector return an
lvalue of a Crap so that nothing can be moved to its address. This turns
into issues with ThreadSanitizer on Crap when two threads modify different
hb_set_t instances. This can be avoided by using '&page_map[i] + 1'
instead.
6 years ago
azure-pipelines[bot]
2798ac1c28
Set up CI with Azure Pipelines
6 years ago
Khaled Hosny
9a830a1731
[appveyor] Drop Cygwin builds again
...
They are so slow and we had only a couple of Cygwin build failure
reported in ~5 years.
6 years ago
Khaled Hosny
00e51a1083
[appveyor] Limit make to three jobs
...
https://github.com/harfbuzz/harfbuzz/pull/1309#issuecomment-432778270
6 years ago
Behdad Esfahbod
ae9e8f292b
[vowel-constraints] Reset continuation on all dottedcircles
...
One of the was missed before. Not intentional.
6 years ago
Khaled Hosny
d2b20ba18d
[appveyor] Build on Cygwin and msys2 in parallel
6 years ago
Khaled Hosny
0d2fa7fd4c
[appveyor] Do not update msys2
...
Looks like AppVeyor has new enough packages for our needs. Cuts CI build
time by 5 minutes.
6 years ago
Khaled Hosny
6a3ad24560
[appveyor] Organize config file a bit
6 years ago
Khaled Hosny
0cd7d041d8
[appveyor] Don’t build branches with open PR twice
6 years ago
Behdad Esfahbod
401cdf0792
[ot-font] Fix sign of ascent/descent
...
Some fonts, like msmincho, have positive number as descent
in vhea table. That's wrong. Just enforce sign on ascent/descent
when reading both horizontal and vertical metrics.
Fixes https://github.com/harfbuzz/harfbuzz/issues/1248
6 years ago
Behdad Esfahbod
ba502dea1e
[morx] Fix cluster-merging when ligating
...
Only merge when actual ligature happened.
Fixes https://github.com/harfbuzz/harfbuzz/issues/1305
6 years ago
Garret Rieger
aa5af8d041
Fix size calculation in DEFINE_SIZE_ARRAY_SIZED.
6 years ago