- 02 10月, 2017 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 ebraminio 提交于
-
- 27 9月, 2017 1 次提交
-
-
由 mhosken 提交于
* Fix missing xscale in rtl graphite unpacking * Oops didn't need to mess with yscale
-
- 15 9月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
Test with, eg.: $ LC_ALL=fr_FR.utf-8 ./hb-view NotoSansArabic-VF.ttf بهداد --variations wght=1.2
-
- 10 9月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
-o, -O, -u, -v, -V
-
- 06 9月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 05 9月, 2017 3 次提交
-
-
由 Behdad Esfahbod 提交于
If buffers are empty, content type should be ignored. This fixes last of the failing tests: fuzzed.tests. Green again!
-
由 Behdad Esfahbod 提交于
Fixes tests/shaping/tests/cluster.tests
-
由 Behdad Esfahbod 提交于
-
- 02 9月, 2017 5 次提交
-
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Fixes https://github.com/behdad/harfbuzz/issues/528 "Kannada JIHVAMULIYA and UPADHMANIYA insert dotted circles"
-
- 31 8月, 2017 4 次提交
-
-
由 Behdad Esfahbod 提交于
Fixes tests/automatic-fractions.tests
-
由 Behdad Esfahbod 提交于
If *I* get this wrong in 2017, I have no idea how others get their head around cluster math... Fixes tests/arabic-fallback-shaping.tests
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
I like to have a mode where CONTAINS_NOTDEF and CONTAINS_DOTTEDCIRCLE are not returned. Abused a value of -1 for that. hb-shape now uses it. Fixes two of the six tests failing with --verify in test/shaping/run-tests.sh.
-
- 24 8月, 2017 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Disabled for now. Will enable and fix failures after next release.
-
由 Behdad Esfahbod 提交于
New API.
-
- 23 8月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 16 8月, 2017 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Emil A Eklund (eae) 提交于
Change hb_buffer_diff to explicitly cast result of abs to unsigned when comparing with position_fuzz to avoid unsafe signed/unsigned comparions warnings on windows.
-
- 15 8月, 2017 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Jonathan Kew 提交于
Based on patch from Jonathan Kew. Needs more cleaning up and documentation. New API: hb_buffer_diff_flags_t hb_buffer_diff()
-
- 14 8月, 2017 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 12 8月, 2017 7 次提交
-
-
由 Behdad Esfahbod 提交于
We break and shape fragments and reconstruct shape result from them. Remains to compare to original buffer. Going to add some buffer comparison API and use here, instead of open-coding.
-
由 Behdad Esfahbod 提交于
Ouch!
-
由 Behdad Esfahbod 提交于
Makes consumption easier.
-
由 Behdad Esfahbod 提交于
We were relying on cluster merges not requiring unsafe flagging because they get merged. If cluster level requests no merging, then we flag unsafe when merge would have happened.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Right now it checks for monotone cluster values. Other checks to be added.
-
-