- 11 10月, 2017 1 次提交
-
-
- 10 8月, 2017 1 次提交
-
- 19 6月, 2017 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 24 1月, 2017 3 次提交
-
-
由 Behdad Esfahbod 提交于
Yay, works!
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 23 1月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 10 1月, 2017 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 18 12月, 2016 1 次提交
-
-
- 05 12月, 2016 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 03 12月, 2016 6 次提交
-
-
由 Behdad Esfahbod 提交于
Should be all good now..
-
由 Behdad Esfahbod 提交于
Almost there..
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Seigo Nonaka 提交于
hb_font_get_glyph_extents now works for color bitmap fonts. Currently only font having index format 1 and image format 17 is supported.
-
- 27 10月, 2016 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Ouch!
-
- 20 7月, 2016 1 次提交
-
- 02 5月, 2016 2 次提交
-
-
由 Behdad Esfahbod 提交于
To make a release...
-
由 Behdad Esfahbod 提交于
Apparently some clients have reference-table callbacks that copy the table. As such, avoid loading 'glyf' table which is only needed if fallback positioning happens.
-
- 01 5月, 2016 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 24 2月, 2016 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
New API: - hb_font_get_nominal_glyph_func_t - hb_font_get_variation_glyph_func_t - hb_font_funcs_set_nominal_glyph_func() - hb_font_funcs_set_variation_glyph_func() - hb_font_get_nominal_glyph() - hb_font_get_variation_glyph() Deprecated API: - hb_font_get_glyph_func_t - hb_font_funcs_set_glyph_func() Clients that implement their own font-funcs are encouraged to replace their get_glyph() implementation with a get_nominal_glyph() and get_variation_glyph() pair. The variation version can assume that variation_selector argument is not zero.
-
- 10 12月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 28 11月, 2015 1 次提交
-
-
由 Simon Cozens 提交于
-
- 27 11月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 05 11月, 2015 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 04 11月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
Exactly the same problem that I fixed in 63ef0b41 I rewrote the table checking yesterday in 67f8821f and introduced the exact same issue again. :( Good thing we have ongoing fuzzing going now. Was discovered immediately by libFuzzer. Thanks kcc! https://github.com/behdad/harfbuzz/issues/139#issuecomment-153449473 Fixes https://github.com/behdad/harfbuzz/issues/156
-
- 03 11月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
Also route fuzzing-related tests through hb-ot-font, to reduce dependency on FreeType behavior for badly-broken fonts. Fixes failing test with FreeType master.
-
- 15 10月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
Discovered by libFuzzer. Ouch! https://github.com/behdad/harfbuzz/issues/139#issuecomment-148289957
-
- 13 10月, 2015 1 次提交
-
- 08 10月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 24 8月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 23 8月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
This brings ot-fonts into almost-complete shape and mostly in par with ft font.
-