]> code.ossystems Code Review - openembedded-core.git/commit
harfbuzz: update 1.1.2 -> 1.1.3
authorAndre McCurdy <armccurdy@gmail.com>
Tue, 12 Jan 2016 07:47:16 +0000 (23:47 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 13 Jan 2016 00:03:52 +0000 (00:03 +0000)
commitdf2c1ea68eb21416ba058af4e33111daa1b604bd
tree52a2fdaf5ede372ee2a4174fb0d855040dd523ce
parent66b657e8295cb856b3a50b3a8b656b3655238291
harfbuzz: update 1.1.2 -> 1.1.3

Misc recipe formatting cleanup, plus version update as described below.

  http://cgit.freedesktop.org/harfbuzz/tree/NEWS

Overview of changes leading to 1.1.3
Monday, January 11, 2016
====================================

- Ported Indic shaper to Unicode 8.0 data.
- Universal Shaping Engine fixes.
- Speed up CoreText shaper when font fallback happens in CoreText.
- Documentation improvements, thanks to Khaled Hosny.
- Very rough directwrite shaper for testing, thanks to Ebrahim Byagowi.
- Misc bug fixes.
- New API:

  * Font extents:
      hb_font_extents_t
      hb_font_get_font_extents_func_t
      hb_font_get_font_h_extents_func_t
      hb_font_get_font_v_extents_func_t
      hb_font_funcs_set_font_h_extents_func
      hb_font_funcs_set_font_v_extents_func
      hb_font_get_h_extents
      hb_font_get_v_extents
      hb_font_get_extents_for_direction

  * Buffer message (aka debug):
      hb_buffer_message_func_t
      hb_buffer_set_message_func()
    Actual message protocol to be fleshed out later.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/harfbuzz/harfbuzz_1.1.3.bb [moved from meta/recipes-graphics/harfbuzz/harfbuzz_1.1.2.bb with 87% similarity]