Re: [HarfBuzz] Zero-width joiner has width

2015-08-08 Thread Jonathan Kew
On 8/8/15 15:50, Simon Cozens wrote: On 08/08/2015 15:25, Behdad Esfahbod wrote: Ok, that makes sense. And yes, I was ignoring the advance for glyphs and instead using Freetype to return the glyph width. I think I stole that bit of code from xetex. :-) Really? It may not be totally true.

Re: [HarfBuzz] Zero-width joiner has width

2015-08-08 Thread Behdad Esfahbod
On 15-08-08 04:50 PM, Simon Cozens wrote: On 08/08/2015 15:25, Behdad Esfahbod wrote: Ok, that makes sense. And yes, I was ignoring the advance for glyphs and instead using Freetype to return the glyph width. I think I stole that bit of code from xetex. :-) Really? It may not be totally

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

2015-08-08 Thread Behdad Esfahbod
src/hb-ot-shape-fallback.cc |5 ++--- test/shaping/Makefile.am|1 + test/shaping/fonts/sha1sum/6466d38c62e73a39202435a4f73bf5d6acbb73c0.ttf |binary test/shaping/fonts/sha1sum/MANIFEST

Re: [HarfBuzz] Zero-width joiner has width

2015-08-08 Thread Khaled Hosny
On Sat, Aug 08, 2015 at 04:25:07PM +0200, Behdad Esfahbod wrote: On 15-08-02 07:42 PM, Simon Cozens wrote: On Aug 2, 2015, at 18:08, Jonathan Kew jfkth...@gmail.com wrote: Which suggests there's something odd about how you're using harfbuzz. Ok, that makes sense. And yes, I was