Re: [HarfBuzz] rendering options for hb-view

2015-10-30 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? Ping :-) Werner ___

Re: [HarfBuzz] rendering options for hb-view

2015-10-12 Thread Jamie Dale
I've just grabbed a version with the new flags API, but I'm finding that I can't actually use hb_ft_font_get_load_flags and hb_ft_font_get_face in my custom funcs, as they fail the font->destroy != (hb_destroy_func_t) _hb_ft_font_destroy test since I'm using a sub-font with a different destroy

Re: [HarfBuzz] rendering options for hb-view

2015-10-12 Thread Jamie Dale
Using the parent font worked fine. I always forget I can do that :) -Jamie. On 12 October 2015 at 14:30, Jamie Dale wrote: > I've just grabbed a version with the new flags API, but I'm finding that I > can't actually use hb_ft_font_get_load_flags and

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...

Re: [HarfBuzz] rendering options for hb-view

2015-10-07 Thread Behdad Esfahbod
Ok, so I've patched hb-ft to allow setting load_flags. Here's a branch: https://github.com/behdad/harfbuzz/commit/ce981bdc6f58f390af4bee575500ffc45a877ab6 However, now I see that you are mostly asking about rendering options... That needs some more work. I'll try to have that done by next

Re: [HarfBuzz] rendering options for hb-view

2015-10-05 Thread Werner LEMBERG
> how can I locally enforce TrueType bytecode rendering for hb-view? > A command line option? An environment setting? I've looked up the code, and it seems that this is hard-coded in hb-view. Behdad, can you make this configurable? Maybe allowing the user to pass (some) FT_LOAD_XXX flags as a

Re: [HarfBuzz] rendering options for hb-view

2015-10-05 Thread Behdad Esfahbod
On 15-10-05 06:19 PM, Werner LEMBERG wrote: > >> how can I locally enforce TrueType bytecode rendering for hb-view? >> A command line option? An environment setting? > > I've looked up the code, and it seems that this is hard-coded in > hb-view. Behdad, can you make this configurable? Maybe

Re: [HarfBuzz] rendering options for hb-view

2015-09-30 Thread Werner LEMBERG
[Resending, now that Behdad is back from Iran :-)] Folks, how can I locally enforce TrueType bytecode rendering for hb-view? A command line option? An environment setting? Werner ___ HarfBuzz mailing list HarfBuzz@lists.freedesktop.org