Re: [NTG-context] [font-otn] bug in node mode

2014-03-25 Thread Philipp Gesang
···date: 2014-03-25, Tuesday···from: Hans Hagen··· On 3/24/2014 8:40 PM, Philipp Gesang wrote: Hi Hans, I’m afraid I have to bother you again with this issue. Consider this code: \font \mainface = file:EBGaramond12-Regular.otf:mode=node \mainface foo \bye This

Re: [NTG-context] [font-otn] bug in node mode

2014-03-24 Thread Philipp Gesang
Hi Hans, I’m afraid I have to bother you again with this issue. Consider this code: \font \mainface = file:EBGaramond12-Regular.otf:mode=node \mainface foo \bye This breaks with the latest fontloader because in font-otn local function

Re: [NTG-context] [font-otn] bug in node mode

2014-03-24 Thread Hans Hagen
On 3/24/2014 8:40 PM, Philipp Gesang wrote: Hi Hans, I’m afraid I have to bother you again with this issue. Consider this code: \font \mainface = file:EBGaramond12-Regular.otf:mode=node \mainface foo \bye This breaks with the latest fontloader because in font-otn local

[NTG-context] [font-otn] bug in node mode

2014-03-14 Thread Philipp Gesang
Hi Hans, at least the Plain format breaks as soon as you define a font in node mode: \font \testfont = lmroman10-regular.otf:mode=node \testfont foo \bye Patch attached. Best regards, Philipp --- font-otn.lua.orig 2014-03-14 07:42:18.494017054 +0100 +++ font-otn.lua 2014-03-14

Re: [NTG-context] [font-otn] bug in node mode

2014-03-14 Thread Hans Hagen
On 3/14/2014 7:48 AM, Philipp Gesang wrote: Hi Hans, at least the Plain format breaks as soon as you define a font in node mode: \font \testfont = lmroman10-regular.otf:mode=node \testfont foo \bye no, it's: local order = features.order for i=1,#order do --

Re: [NTG-context] [font-otn] bug in node mode

2014-03-14 Thread Philipp Gesang
···date: 2014-03-14, Friday···from: Hans Hagen··· On 3/14/2014 7:48 AM, Philipp Gesang wrote: Hi Hans, at least the Plain format breaks as soon as you define a font in node mode: \font \testfont = lmroman10-regular.otf:mode=node \testfont foo \bye no, it's: