- 09 9月, 2020 1 次提交
-
-
由 wenjun 提交于
-
- 10 1月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
In anticipation of importing more test suites.
-
- 26 12月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
This test font had a upem of 769, which results in rounding-related errors with the FreeType font funcs. Change the upem to 1024 to fix that. Fixes https://github.com/behdad/harfbuzz/issues/201
-
- 17 12月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
We use three bits for lig_id these days, so we finally got a report of two separate ligatures with the same lig_id happening adjacent to each other, and then the component-handling code was breaking things. Protect against that by ignoring same-lig-id but lig-comp=0 glyphs after a new ligature. Fixes https://github.com/behdad/harfbuzz/issues/198
-