- 04 10月, 2017 2 次提交
-
-
- 03 10月, 2017 13 次提交
-
-
由 Behdad Esfahbod 提交于
This should affect mark attachment in vertical text. I have no font to test, but this sounds the right order. Noticed while debugging https://github.com/behdad/harfbuzz/issues/532
-
-
-
由 Behdad Esfahbod 提交于
Related to https://github.com/behdad/harfbuzz/issues/528
-
由 Behdad Esfahbod 提交于
Apparently a base glyph can also become an attached component of a ligature if the ligature-forming lookup used IgnoreBase. This was being confused with a non-first component of a MultipleSubst and hence not matched for mark-attachment. Tweak test to fix. Fixes https://github.com/behdad/harfbuzz/issues/543
-
由 Behdad Esfahbod 提交于
Followup to 8b2c94c4 Allow matching sequences of marks attached to different ligatures, as supposedly the base of the subsequent marks were already jumped over.
-
由 Behdad Esfahbod 提交于
If two marks want to ligate and they belong to different components of the same ligature glyph, and said ligature glyph is to be ignored according to mark-filtering rules, then allow. Example Burmese senquence: U+1004,U+103A,U+1039,U+101B,U+103D,U+102D Test font provided by Norbert Lindenberg. Fixes https://github.com/behdad/harfbuzz/issues/545
-
由 Behdad Esfahbod 提交于
Mark it as matra below to allow the sequence U+0A15, U+0A51, U+0A47. Oh well... Fixes https://github.com/behdad/harfbuzz/issues/524
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
-
- 02 10月, 2017 9 次提交
-
-
由 Behdad Esfahbod 提交于
Update to commit c000ebf79c095a7d58cf90090bde5715592c4834 plus this bug-fix: https://github.com/grigorig/ucdn/issues/18
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
-
由 jfkthame 提交于
This is a temporary hack just to avoid incorrect shaping results, pending proper support for caching shape-plans with variation coordinates.
-
- 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
-
- 05 9月, 2017 2 次提交
-
-
由 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
-
- 02 9月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
Fixes https://github.com/behdad/harfbuzz/issues/528 "Kannada JIHVAMULIYA and UPADHMANIYA insert dotted circles"
-
- 31 8月, 2017 2 次提交
-
-
由 Behdad Esfahbod 提交于
Fixes tests/automatic-fractions.tests
-
由 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 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
New API.
-
- 23 8月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 16 8月, 2017 2 次提交
-
-
由 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 3 次提交
-
-
由 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 1 次提交
-
-
由 Behdad Esfahbod 提交于
-