- 28 9月, 2018 2 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
- 27 9月, 2018 5 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Behdad Esfahbod 提交于
What were you thinking? ;)
-
由 Ebrahim Byagowi 提交于
-
- 25 9月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Needed to make ubsan work. Fixes https://github.com/harfbuzz/harfbuzz/issues/1174
-
- 22 9月, 2018 5 次提交
-
-
由 Khaled Hosny 提交于
Decode the string as Python 3 returns bytes string, and also don’t assume that it ends with a new line.
-
由 Ebrahim Byagowi 提交于
See also https://github.com/harfbuzz/harfbuzz/pull/1169
-
由 Ebrahim Byagowi 提交于
See also https://github.com/harfbuzz/harfbuzz/pull/1169
-
由 Ebrahim Byagowi 提交于
See also https://github.com/harfbuzz/harfbuzz/pull/1169
-
由 Ebrahim Byagowi 提交于
See also https://github.com/harfbuzz/harfbuzz/pull/1169
-
- 11 9月, 2018 6 次提交
-
-
由 Behdad Esfahbod 提交于
I have no way to authoritatively know, but looks like test font only has one face. So, adjust test expectation instead.
-
由 Ebrahim Byagowi 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 David Corbett 提交于
-
由 David Corbett 提交于
-
- 06 9月, 2018 1 次提交
-
-
由 Garret Rieger 提交于
-
- 30 8月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
We might reintroduce it later, but for now remove, as it was unused. Some things that should have been in this object (drop_hints, etc) are already in hb_subset_input_t. So, for now, keep everything there.
-
- 26 8月, 2018 4 次提交
-
-
由 Behdad Esfahbod 提交于
Used to be ascent+descent. Whatever. This is more convenient for upcoming changes.
-
由 Behdad Esfahbod 提交于
New API: +hb_face_collect_unicodes +hb_face_collect_variation_selectors +hb_face_collect_variation_unicodes
-
由 Behdad Esfahbod 提交于
Sorry for the noise, downstream custom builders. Please adjust.
-
由 Behdad Esfahbod 提交于
-
- 25 8月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 01 8月, 2018 6 次提交
-
-
由 Garret Rieger 提交于
When collecting all codepoints in the cmap avoid using large amount of memory for fonts that declare coverage over all 32 bit integers.
-
由 Garret Rieger 提交于
Add the fuzzer test case for feature collection timeout.
-
-
由 Behdad Esfahbod 提交于
Note that there's minor positioning differences, and ONE reordering difference between what we get for these and what Uniscribe gets. Probably same as what's described in commit message for 1a96cc82
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 28 7月, 2018 1 次提交
-
-
由 Garret Rieger 提交于
-
- 23 7月, 2018 1 次提交
-
-
由 David Corbett 提交于
Fixes #1105.
-
- 17 7月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 11 7月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 03 7月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
From the new code (first paragraph is from the OT Devanagari spec.): /* o Reorder matras: * * If a pre-base matra character had been reordered before applying basic * features, the glyph can be moved closer to the main consonant based on * whether half-forms had been formed. Actual position for the matra is * defined as “after last standalone halant glyph, after initial matra * position and before the main consonant”. If ZWJ or ZWNJ follow this * halant, position is moved after it. * * IMPLEMENTATION NOTES: * * It looks like the last sentence is wrong. Testing, with Windows 7 Uniscribe * and Devanagari shows that the behavior is best described as: * * "If ZWJ follows this halant, matra is NOT repositioned after this halant. * If ZWNJ follows this halant, position is moved after it." * * Test case, with Adobe Devanagari or Nirmala UI: * * U+091F,U+094D,U+200C,U+092F,U+093F * (Matra moves to the middle, after ZWNJ.) * * U+091F,U+094D,U+200D,U+092F,U+093F * (Matra does NOT move, stays to the left.) Fixes https://github.com/harfbuzz/harfbuzz/issues/1070 Test case added with Adobe Devanagari.
-
- 26 6月, 2018 1 次提交
-
-
由 Garret Rieger 提交于
-
- 25 6月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-