Garret Rieger
34fa7b3ad2
Whitespace
7 years ago
Garret Rieger
8c3a672737
Get test-subset to pass.
7 years ago
Garret Rieger
74d39ed263
Attach add a hb_face_t to hb_subset_face_t.
7 years ago
Garret Rieger
76b84c36b9
Whitespace
7 years ago
Garret Rieger
a2965f2ea5
Add a basic implementation of hb-subset to enable compilation of test-subset.
7 years ago
Garret Rieger
38af23b8df
Make the expected output for subsetting basics test be equal to the input file for now.
7 years ago
Garret Rieger
b59c08eb04
Add the beginning of a unit test for hb-subset
7 years ago
Rod Sheeter
e9d154ac8d
tweak test failure output. write to a temp file not stdout. test still fails because expected is not just an identical copy of input
7 years ago
Garret Rieger
cf403e1a53
Add hb-subset.h to hb.h
7 years ago
Garret Rieger
c02573516c
Fix typo in hb-subset.h
7 years ago
Garret Rieger
76351518ca
Remove basic subset test from XFAIL
7 years ago
Garret Rieger
b029b7c19a
Whitespace
7 years ago
Garret Rieger
0853260e99
Configure automake to run the new subset tests.
7 years ago
Garret Rieger
5c63c37b2b
WIP test runner for subset tests.
7 years ago
Garret Rieger
cc46cd88a1
In generate-expected-outputs read the test definition with utf8 encoding.
7 years ago
Garret Rieger
4cdae914e2
Add basic directory structure for subsetter integration tests. Plus a utility for generating expected output files.
7 years ago
Rod Sheeter
9ccb8366f6
Start to sketch APIs for subsetting
7 years ago
Behdad Esfahbod
fcb8be1a38
[configure] Fix wording
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/741
7 years ago
Behdad Esfahbod
aed32589af
[aat] In ContextualSubtable, mark mark after substituting mark
...
Fixes MORX-21.
7 years ago
Behdad Esfahbod
fe5f9b1ae3
[aat] Fix ContextualSubtable sanitization
...
Fixes MORX-18, MORX-19, and MORX-22.
7 years ago
Khaled Hosny
cf943f682b
Correctly show documentation build status
...
Correctly show if building documentation is enabled or not in configure
summary.
Fixes https://github.com/harfbuzz/harfbuzz/issues/741
7 years ago
Bruce Mitchener
e8859fca3e
Enable use of atexit() on macOS and related platforms.
...
The atexit() man page indicates that this is expected to behave
in the expected way on unloading of shared libraries.
7 years ago
Bruce Mitchener
a89573770b
Use nullptr, not NULL.
7 years ago
Ebrahim Byagowi
07885e65ad
[cmake] unistd typo fix ( #747 )
7 years ago
David Corbett
ccb0367dae
Let VS1 follow U+1031 MYANMAR VOWEL SIGN E
7 years ago
punchcutter
c6dbf6e77c
Allow optional ZWJ in virama terminated cluster
7 years ago
Bruce Mitchener
dae20fb5a7
Use nullptr instead of 0.
7 years ago
Bruce Mitchener
90218fa93c
Fix typos.
7 years ago
Bruce Mitchener
148ca61075
[ot-layout] Fix nullptr dereference.
...
If the `calloc` for `gsub_accels` or `gpos_accels` fails, then the
unlikely branch afterwards can be taken, which frees up the
`hb_ot_layout_t`, but since those fields can now be `nullptr`, then
we don't want to dereference them.
7 years ago
Bruce Mitchener
0c66043a92
[coretext] Fix memory leaks.
...
In `reference_table`, if the data is empty and we return early,
we still need to release the data object.
In `hb_coretext_shape`, there two edge cases where an early
return should release the attributed string.
7 years ago
Behdad Esfahbod
f0b700db39
1.7.5
7 years ago
Behdad Esfahbod
585b576098
Fix distcheck
7 years ago
Behdad Esfahbod
e89df6e1ae
[aat] Limit number of DontAdvance transitions
...
Remove the faulty loop-detection logic. Use max-ops for breaking
out of infinite loops or heavy work.
https://twitter.com/behdadesfahbod/status/958065026262183936
7 years ago
Behdad Esfahbod
e00743b47d
[test/text-rendering-tests] Update from upstream
7 years ago
Ebrahim Byagowi
29d901286e
[cmake] Build src/ executables ( #733 )
7 years ago
Ebrahim Byagowi
55cae0d72e
[test] Use 'otool -L' where ldd doesn't exist (macOS) ( #732 )
7 years ago
David Corbett
2ec7dd1f6c
Fix Travis build on macOS ( #731 )
7 years ago
Behdad Esfahbod
12757b6929
Misc warning fixes
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/712
7 years ago
bungeman
85be365ed9
Use KernSubTableFormat2::rightClassTable
...
Issue originally reported at http://cppfiles.com/chromium.txt .
This fixes what appears to be a copy - paste issue which causes both
KernSubTableFormat2::rightClassTable and the 'right' argument to
KernSubTableFormat2::get_kerning to go unused.
7 years ago
Ebrahim Byagowi
c41b7fc105
[cmake] Use -fvisibility-inlines-hidden instead ( #726 )
7 years ago
Ebrahim Byagowi
3d61576606
[cmake] fix symbol exporting issue on newer gcc ( #724 )
7 years ago
Ebrahim Byagowi
8b60e7c2c3
[ci] minor, less hacks ( #722 )
7 years ago
Ebrahim Byagowi
aaf934de3b
[ci] minor ( #721 )
7 years ago
Ebrahim Byagowi
bd752db733
[ci] unbreak bots with outdated freetype version ( #718 )
7 years ago
Bruce Mitchener
19a93fcf19
Fix typos.
7 years ago
Behdad Esfahbod
51ce3828e6
[aat] Fix Ligature matching
...
I hope... Makes "ffi" work with Zapfino. I'm not sure if doing it correctly though...
7 years ago
Behdad Esfahbod
bef509855c
[aat] Add TODO
7 years ago
Behdad Esfahbod
e6f283ed7d
[aat] Implement LigatureSubtable
...
We form the Zapfino ligature now. Yay! No further testing done.
7 years ago
Behdad Esfahbod
f07ce661a2
[aat] Embed a sanitizer context in hb_aat_apply_context_t
...
For run-time checking.
7 years ago
Behdad Esfahbod
046690a4df
[aat] Add hb_aat_apply_context_t
7 years ago