Re: [HarfBuzz] harfbuzz-ng: Branch 'master' - 12 commits

2012-07-29 Thread Jonathan Kew
On 27/7/12 17:56, Behdad Esfahbod wrote: @@ -114,6 +115,7 @@ hb_shape_plan_get_empty (void) static const hb_shape_plan_t _hb_shape_plan_nil = { HB_OBJECT_HEADER_STATIC, +TRUE, /* default_shaper_list */ NULL, /* face */ _HB_BUFFER_PROPS_DEFAULT, /* props */

[HarfBuzz] harfbuzz-ng: Branch 'master' - 2 commits

2012-07-29 Thread Behdad Esfahbod
src/hb-shape-plan.cc |2 +- src/hb-uniscribe.cc |6 +- src/hb-uniscribe.h |4 src/test-would-substitute.cc |2 +- 4 files changed, 7 insertions(+), 7 deletions(-) New commits: commit bb0e4ba3e9c5a407fc5d73c914e429d24d336380 Author: Behdad

Re: [HarfBuzz] harfbuzz-ng: Branch 'master' - 12 commits

2012-07-29 Thread Behdad Esfahbod
On 07/29/2012 02:05 PM, Jonathan Kew wrote: On 27/7/12 17:56, Behdad Esfahbod wrote: @@ -114,6 +115,7 @@ hb_shape_plan_get_empty (void) static const hb_shape_plan_t _hb_shape_plan_nil = { HB_OBJECT_HEADER_STATIC, +TRUE, /* default_shaper_list */ NULL, /* face */

[HarfBuzz] hb-view output with transparent bg?

2012-07-29 Thread Rolf Langenhuijzen
Is it possible to output pngs with a transparent background? I know Cairo supports it and I was looking at the source of hb-view and saw there was no option/argument for the alpha channel (for fore or back). Would be nice! Kudos, Rolf ___ HarfBuzz

Re: [HarfBuzz] hb-view output with transparent bg?

2012-07-29 Thread Behdad Esfahbod
On 07/29/2012 06:18 PM, Rolf Langenhuijzen wrote: Is it possible to output pngs with a transparent background? I know Cairo supports it and I was looking at the source of hb-view and saw there was no option/argument for the alpha channel (for fore or back). behdad:util 0$ ./hb-view

Re: [HarfBuzz] Placement of arabic diacritics over 3 component ligature is incorrent

2012-07-29 Thread Behdad Esfahbod
Thanks Khaled. Here's a more recent report of the same issue: https://bugzilla.gnome.org/show_bug.cgi?id=676343 I'm looking into it right now. b On 07/28/2012 10:13 PM, Khaled Hosny wrote: Going through old Pango bugs to see if there is anything HarfBuzz related, I found this one which is

Re: [HarfBuzz] harfbuzz-ng: Branch 'master' - 2 commits

2012-07-29 Thread Khaled Hosny
On Sun, Jul 29, 2012 at 02:34:16PM -0700, Behdad Esfahbod wrote: diff --git a/src/hb-shape-plan.cc b/src/hb-shape-plan.cc index af3c18d..f9f9f3d 100644 --- a/src/hb-shape-plan.cc +++ b/src/hb-shape-plan.cc @@ -115,7 +115,7 @@ hb_shape_plan_get_empty (void) static const hb_shape_plan_t

[HarfBuzz] harfbuzz-ng: Branch 'master' - 5 commits

2012-07-29 Thread Behdad Esfahbod
src/hb-old.cc | 12 +- src/hb-ot-layout-gsub-table.hh | 18 +++--- src/hb-shape-plan.cc

Re: [HarfBuzz] harfbuzz-ng: Branch 'master' - 2 commits

2012-07-29 Thread Behdad Esfahbod
On 07/29/2012 09:27 PM, Khaled Hosny wrote: On Sun, Jul 29, 2012 at 02:34:16PM -0700, Behdad Esfahbod wrote: diff --git a/src/hb-shape-plan.cc b/src/hb-shape-plan.cc index af3c18d..f9f9f3d 100644 --- a/src/hb-shape-plan.cc +++ b/src/hb-shape-plan.cc @@ -115,7 +115,7 @@

[HarfBuzz] harfbuzz-ng: Branch 'master' - 2 commits

2012-07-29 Thread Behdad Esfahbod
src/hb-ot-layout-gsub-table.hh | 119 ++- src/hb-ot-layout-gsubgpos-private.hh |8 -- src/hb-ot-layout-private.hh | 33 - 3 files changed, 106 insertions(+), 54 deletions(-) New commits: commit fe20c0f84f5ff518dc471bf22ac5a83ef079eb69