[HarfBuzz] [PATCH] Fix 'since' doc header entries for font/face API

2015-09-03 Thread Nikolay Sivov
Some of those were introduced in 0.6.0, but I used 0.9.2 for consistency. From 8a1dad8d6d9ea005a67cf6a3e0113ad56f5dc731 Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Thu, 3 Sep 2015 11:39:48 +0300 Subject: [PATCH] Fix 'since' doc header entries for font/face API ---

Re: [HarfBuzz] [PATCH] Fix 'since' doc header entries for font/face API

2015-09-03 Thread Behdad Esfahbod
Thanks Nikolay. Applied. On Thu, Sep 3, 2015 at 1:13 PM, Nikolay Sivov wrote: > Some of those were introduced in 0.6.0, but I used 0.9.2 for consistency. > > ___ > HarfBuzz mailing list > HarfBuzz@lists.freedesktop.org >

[HarfBuzz] hb_unicode_eastasian_width

2015-09-03 Thread Jonathan Kew
Hi Behdad, Just wondering about hb_unicode_eastasian_width, and the underlying support for it in the unicode_funcs AFAICS this is not currently used in any way. (Or am I forgetting something important?) Do you have plans for this at all, or is it truly redundant? Thx, JK

Re: [HarfBuzz] [PATCH] Fix 'since' doc header entries for font/face API

2015-09-03 Thread Nikolay Sivov
On 03.09.2015 13:26, Behdad Esfahbod wrote: Thanks Nikolay. Applied. Cool, will take care of the rest. On Thu, Sep 3, 2015 at 1:13 PM, Nikolay Sivov > wrote: Some of those were introduced in 0.6.0, but I used 0.9.2 for

[HarfBuzz] harfbuzz: Branch 'master'

2015-09-03 Thread Behdad Esfahbod
src/hb-face.cc | 22 src/hb-font.cc | 76 - 2 files changed, 49 insertions(+), 49 deletions(-) New commits: commit 5d74ff02ab01df67808b416af8bb9cefb06f841e Author: Behdad Esfahbod Date: Thu Sep 3

[HarfBuzz] harfbuzz: Branch 'master'

2015-09-03 Thread Behdad Esfahbod
src/hb-blob.cc | 24 +- src/hb-buffer-serialize.cc | 10 +++ src/hb-buffer.cc | 58 ++--- src/hb-buffer.h|9 ++ src/hb-common.cc | 24 +- src/hb-common.h

Re: [HarfBuzz] hb_unicode_eastasian_width

2015-09-03 Thread Behdad Esfahbod
On Thu, Sep 3, 2015 at 3:36 PM, Jonathan Kew wrote: > Hi Behdad, > > Just wondering about hb_unicode_eastasian_width, and the underlying > support for it in the unicode_funcs AFAICS this is not currently used > in any way. (Or am I forgetting something important?) > > Do

Re: [HarfBuzz] hb_unicode_eastasian_width

2015-09-03 Thread Jonathan Kew
On 3/9/15 13:01, Behdad Esfahbod wrote: On Thu, Sep 3, 2015 at 3:36 PM, Jonathan Kew > wrote: Hi Behdad, Just wondering about hb_unicode_eastasian_width, and the underlying support for it in the unicode_funcs AFAICS this is not

Re: [HarfBuzz] [PATCH] Fix 'since' doc header entries for font/face API

2015-09-03 Thread Behdad Esfahbod
Thanks. I think I fixed the rest. On Thu, Sep 3, 2015 at 3:23 PM, Nikolay Sivov wrote: > On 03.09.2015 13:26, Behdad Esfahbod wrote: > >> Thanks Nikolay. Applied. >> > > Cool, will take care of the rest. > > >> >> >> On Thu, Sep 3, 2015 at 1:13 PM, Nikolay Sivov

[HarfBuzz] Kerning, glyph width, and x advance

2015-09-03 Thread Simon Cozens
So I'm using Harfbuzz to shape stuff and put it out to PDF. When you output a string in PDF, you are expected to kern it manually, or else each glyph will be placed one after the other with no kerning: No kerning: Td (VAVAVOOM) Tj Kerning: Td[(V) 153 (A) 122 (V) ... ]TJ The numeric values

Re: [HarfBuzz] hb_unicode_eastasian_width

2015-09-03 Thread Behdad Esfahbod
On Thu, Sep 3, 2015 at 4:43 PM, Jonathan Kew wrote: > On 3/9/15 13:01, Behdad Esfahbod wrote: > >> On Thu, Sep 3, 2015 at 3:36 PM, Jonathan Kew > > wrote: >> >> Hi Behdad, >> >> Just wondering about