- 14 5月, 2019 12 次提交
-
-
由 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 13 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
style fix and add return statement
-
由 n8willis 提交于
-
由 Nathan Willis 提交于
-
由 Nathan Willis 提交于
-
由 Behdad Esfahbod 提交于
-
-
由 Behdad Esfahbod 提交于
-
由 David Corbett 提交于
-
由 David Corbett 提交于
-
由 n8willis 提交于
Co-Authored-By: NKhaled Hosny <khaledhosny@eglug.org>
-
由 Behdad Esfahbod 提交于
-
- 11 5月, 2019 6 次提交
-
-
由 n8willis 提交于
Co-Authored-By: NKhaled Hosny <khaledhosny@eglug.org>
-
由 n8willis 提交于
Co-Authored-By: NKhaled Hosny <khaledhosny@eglug.org>
-
由 n8willis 提交于
Co-Authored-By: NKhaled Hosny <khaledhosny@eglug.org>
-
由 n8willis 提交于
Co-Authored-By: NKhaled Hosny <khaledhosny@eglug.org>
-
由 n8willis 提交于
Co-Authored-By: NKhaled Hosny <khaledhosny@eglug.org>
-
由 n8willis 提交于
Co-Authored-By: NKhaled Hosny <khaledhosny@eglug.org>
-