Re: [HarfBuzz] Different results when shaping sub-sections of text

2015-10-08 Thread Jamie Dale
> > This should also include locale/language, as it affects feature selection > process. Is that what hb_buffer_set_language is supposed to be for? I'm currently not calling that at all. I wasn't sure what it did, and setting it didn't seem to make any difference to the output. On Windows it

Re: [HarfBuzz] Streamlining hb_font_t some more

2015-10-08 Thread Behdad Esfahbod
On 15-10-05 07:35 PM, Simon Cozens wrote: > On 03/10/2015 01:51, Behdad Esfahbod wrote: >> So, how does that sound? I expect that it will only make easier for most >> clients. Like to hear what Jonathan has to say. Chrome, Android, Pango, >> XeTeX, Sile should all either benefit from this or be

Re: [HarfBuzz] rendering options for hb-view

2015-10-08 Thread Werner LEMBERG
> Ok, so I've patched hb-ft to allow setting load_flags. Here's a > branch: > > https://github.com/behdad/harfbuzz/commit/ce981bdc6f58f390af4bee575500ffc45a877ab6 Thanks! Do you already have a patch for hb-view? > However, now I see that you are mostly asking about rendering > options...

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

2015-10-08 Thread Behdad Esfahbod
src/hb-font.cc | 26 ++ src/hb-font.h|4 src/hb-ft.cc | 18 ++ test/api/test-font.c | 12 4 files changed, 60 insertions(+) New commits: commit 3e905e396bcd745bda88e751998a76556c5cb8c6 Author: Behdad