[HarfBuzz] minor fix

2012-10-07 Thread Werner LEMBERG
Behdad, I suggest the fix below. The old text was incorrect (the first `Value' value must be 0, not 1), and using `aalt' instead of `kern' is probably more meaningful. Werner == diff --git a/util/options.cc

[HarfBuzz] Simplish example using HarfBuzz with Qt

2012-10-07 Thread Khaled Hosny
Hi all, A while ago I wrote a very simple example of using HarfBuzz to draw text on a Qt canvas (QPainter) while helping a friend. I don’t know much of Qt and it does not do much, but I thought it might help someone, so I’ve put it on GitHub: https://github.com/khaledhosny/QtHarfBuzzExample

Re: [HarfBuzz] Simplish example using HarfBuzz with Qt

2012-10-07 Thread Jiang Jiang
Hi Khaled, On Sun, Oct 7, 2012 at 9:31 AM, Khaled Hosny khaledho...@eglug.org wrote: Hi all, A while ago I wrote a very simple example of using HarfBuzz to draw text on a Qt canvas (QPainter) while helping a friend. I don’t know much of Qt and it does not do much, but I thought it might help

[HarfBuzz] hb-ot-shape-closure problems

2012-10-07 Thread Werner LEMBERG
[commit 9947bd6d] Behdad, I have forgotten what exactly `hb-ot-shape-closure' does, and I had to look it up in the internet. Maybe you can add a few words to the output of `--help', something like http://lists.freedesktop.org/archives/harfbuzz/2012-May/001945.html Testing with TeX Gyre

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

2012-10-07 Thread Behdad Esfahbod
src/hb-ot-shape.cc |2 +- src/hb-private.hh |6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) New commits: commit fecdfa95daf4916695f23e7dab89ab363be11b89 Author: Behdad Esfahbod beh...@behdad.org Date: Sun Oct 7 17:19:58 2012 -0400 Fixup hb_ot_shape_closure()

Re: [HarfBuzz] hb-ot-shape-closure problems

2012-10-07 Thread Behdad Esfahbod
On 12-10-07 06:10 AM, Werner LEMBERG wrote: It seems that something is broken in the current git version of harfbuzz... Oops. My bad. Fixed. Sorry! behdad ___ HarfBuzz mailing list HarfBuzz@lists.freedesktop.org

Re: [HarfBuzz] hb-ot-shape-closure problems

2012-10-07 Thread Werner LEMBERG
It seems that something is broken in the current git version of harfbuzz... Oops. My bad. Fixed. Sorry! Thanks for the quick fix. Werner PS: Any progress on the coverage stuff? ___ HarfBuzz mailing list HarfBuzz@lists.freedesktop.org