- 02 11月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
Pushing this out early to catch bot errors since I'm using template tricks we were not using in HarfBuzz before.
-
- 01 11月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 29 10月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
get_glyph_from_name() coming soon.
-
- 28 10月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
Such that client cannot accidentally destroy them, even though that will be a bug in their code...
-
- 26 10月, 2017 3 次提交
-
-
由 Behdad Esfahbod 提交于
The get_glyph_from_name() is incorrect; needs fixing.
-
由 Khaled Hosny 提交于
-
由 Khaled Hosny 提交于
Turns out we already have support for “post” table, it just needed to be activated and put in use.
-
- 15 10月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 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 1 次提交
-
-
由 Behdad Esfahbod 提交于
-