Re: [HarfBuzz] [Harfbuzz-indic] Telugu support

2012-08-01 Thread Arjuna Rao Chavala
Hi, Tested out Telugu on sample problems in the present Pango rendering. Glad to report these are addressed. Now waiting for Pango backend integration! Regards Arjuna On Fri, Jul 20, 2012 at 11:44 PM, Behdad Esfahbod wrote: > Ok fine. We implemented it :). > > On 07/20/2012 01:59 PM, Shrira

[HarfBuzz] harfbuzz-ng: Branch 'master'

2012-08-01 Thread Behdad Esfahbod
src/hb-set-private.hh |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) New commits: commit e2b8d75fa6e847ecf5c040f4e1e16a565c5d8aaf Author: Behdad Esfahbod Date: Wed Aug 1 22:17:48 2012 -0400 Use wider set digests on 64-bit archs diff --git a/src/hb-set-private.hh b/src/hb-

[HarfBuzz] harfbuzz-ng: Branch 'master'

2012-08-01 Thread Behdad Esfahbod
src/hb-ot-layout-gpos-table.hh | 11 --- src/hb-ot-layout-gsub-table.hh | 11 --- 2 files changed, 22 deletions(-) New commits: commit 0120ce9679aab3ac936aeb18f6709529eef000a4 Author: Behdad Esfahbod Date: Wed Aug 1 21:56:35 2012 -0400 [GSUB/GPOS] Remove unused get_cov

[HarfBuzz] Memory leak when destroying hb-ft-fonts after shaping

2012-08-01 Thread moritz blanckenburg
Here's a short program that recreates the bug: https://gist.github.com/3229809 Some notes: - The leak disappears when shaping is done without extra features. (This might suggest that the bug is related to the new shape-plan stuff.) - The leak probably doesn't depend on the font. Anyway, here's