- 15 5月, 2019 3 次提交
-
-
由 Behdad Esfahbod 提交于
See comments.
-
由 Behdad Esfahbod 提交于
-
由 Qunxin Liu 提交于
-
- 14 5月, 2019 25 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
We should add a bot for it Part of #1652
-
由 Dominik Röttsches 提交于
Fixes an unused function warning when building with HB_NO_SUBSET_LAYOUT as part of the Chrome build.
-
-
由 Behdad Esfahbod 提交于
-
-
由 Behdad Esfahbod 提交于
No idea where these appear from...
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
This make output of hb_enumerate() sorted regardless of input iterator.
-
由 Behdad Esfahbod 提交于
-
由 Garret Rieger 提交于
-
由 Behdad Esfahbod 提交于
More correct behavior. We were commenting out some legit conditions before. Part of https://github.com/harfbuzz/harfbuzz/issues/1652
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
This reverts commit 9b05db33. Fixes https://github.com/harfbuzz/harfbuzz/issues/1708
-
由 Behdad Esfahbod 提交于
This reverts commit ae8719eb. Part of https://github.com/harfbuzz/harfbuzz/issues/1708
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Fedora upgraded to ragel 7, which is buggy if char is signed. Switching to -G2 output fails with sign-compare error: ../../src/hb-buffer-deserialize-json.hh:107:12: error: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘const char’ [-Werror=sign-compare] if ( 9u <= ( (*( p))) && ( (*( p))) <= 13u ) { ~~~^~~~~~~~~~~~~ Switching to -T1 for now. It actually results in smaller code, at the expense of some binary searching instead of flat tables. In the not distant future, we might actually generate two different outputs and choose between depending on size-optimize options. Fixes https://github.com/harfbuzz/harfbuzz/issues/1708
-
- 13 5月, 2019 9 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Assumning subsetter would be used for printing-like uses in that case, which don't need GSUB/GPOS.
-
-
-
由 n8willis 提交于
[Docs] Add gtk-doc comments for OT color and OT math
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Now that user can override it if needed... Part of https://github.com/harfbuzz/harfbuzz/issues/1652
-
由 Behdad Esfahbod 提交于
Subsetter size goes down from 190kb to 119kb. Main library about 7kb. Part of https://github.com/harfbuzz/harfbuzz/issues/1652
-
- 12 5月, 2019 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
style fix and add return statement
-