[HarfBuzz] harfbuzz: Branch 'master'

2014-12-28 Thread Behdad Esfahbod
src/hb-ot-layout-private.hh|3 +-- src/hb-ot-layout.cc|4 ++-- src/hb-ot-shape-complex-arabic-fallback.hh |2 +- 3 files changed, 4 insertions(+), 5 deletions(-) New commits: commit 395b35903e052aecc97d0807e4f813c64c0d2b0b Author: Behdad

[HarfBuzz] harfbuzz: Branch 'master' - 4 commits

2014-12-28 Thread Behdad Esfahbod
configure.ac | 12 +++- src/hb-ft.cc | 40 +--- src/hb-ft.h | 59 ++- 3 files changed, 94 insertions(+), 17 deletions(-) New commits: commit 350f3a02ce225e5d78db8ac96de1351ff9f96dd5 Author:

[HarfBuzz] harfbuzz: Branch 'master'

2014-12-28 Thread Behdad Esfahbod
src/hb-ft.cc |9 + 1 file changed, 9 insertions(+) New commits: commit f34aaba8687a20794835e2dc878c52d1b53e6f85 Author: Behdad Esfahbod beh...@behdad.org Date: Sun Dec 28 18:56:15 2014 -0800 [ft] Don't set font ppem For discussion see:

Re: [HarfBuzz] How to perform full precision shaping (with no scaling and grid fitting)

2014-12-28 Thread Behdad Esfahbod
On 14-12-04 10:59 PM, Ebrahim Byagowi wrote: Hi everybody, Follow up to this old thread http://lists.freedesktop.org/archives/harfbuzz/2012-April/001905.html, I tried the same approach and failed so I thought it worth to draw attention to it another time. Ok, I pushed out a fix that should

Re: [HarfBuzz] harfbuzz: Branch 'master' - 4 commits

2014-12-28 Thread Werner LEMBERG
Originally I wanted to change hb_ft_face_create() and hb_ft_font_create() to reference the face if destroy==NULL was passed in. That would improve pretty much all clients, with little undesired effects. Except that FreeType itself, when compiled with HarfBuzz support,