Behdad Esfahbod
|
227d85e138
|
Minor
|
6 years ago |
Behdad Esfahbod
|
571fad4cf1
|
Add HB_NO_OT_SHAPE_COMPLEX_VOWEL_CONSTRAINTS
Part of https://github.com/harfbuzz/harfbuzz/issues/1652
|
6 years ago |
Eric Muller
|
b38bab8622
|
Update generation code for hb-ot-shape-complex-vowel-constraints.cc. Remove 'unlikely'
|
6 years ago |
Eric Muller
|
30d7c40f8c
|
Add a flag to hb_buffer_t to prevent the insertion of dotted circles on incorrect character sequences.
Current behavior unchanged if this flag is not set (and it isn't by default).
|
6 years ago |
David Corbett
|
e723c04de1
|
Update to Unicode 12.0.0
|
6 years ago |
Behdad Esfahbod
|
17335a8161
|
Clean up buffer->swap_buffers() calls
That function checks for buffer->successful already. No need
to check at call site.
|
6 years ago |
Behdad Esfahbod
|
39bd07aed5
|
Fix bunch of unused parameter warnings
Show up with gcc -O0.
There's a few more but those are functions that need to be filled in.
Maybe this is a lost battle...
|
6 years ago |
Behdad Esfahbod
|
ae9e8f292b
|
[vowel-constraints] Reset continuation on all dottedcircles
One of the was missed before. Not intentional.
|
6 years ago |
Behdad Esfahbod
|
6d40eb8372
|
Touch up on previous commit
https://github.com/harfbuzz/harfbuzz/pull/1273
|
6 years ago |
David Corbett
|
205737acdc
|
[use] Prohibit visually ambiguous vowel sequences
|
6 years ago |