Re: [NTG-context] [font-chk.lua] missing glyph tracker

2013-06-20 Thread Hans Hagen
On 6/20/2013 4:53 PM, Philipp Gesang wrote: · On 6/20/2013 1:59 PM, Philipp Gesang wrote: -report_fonts("char %U in font %a with id %a: %s",char,tfmdata.properties.fullname,font,message) +report_fonts("char %U (%s) in font %a with id %a: %s",char,utf.char(char),tfmda

Re: [NTG-context] [font-chk.lua] missing glyph tracker

2013-06-20 Thread Philipp Gesang
· > On 6/20/2013 1:59 PM, Philipp Gesang wrote: > > >-report_fonts("char %U in font %a with id %a: > >%s",char,tfmdata.properties.fullname,font,message) > >+report_fonts("char %U (%s) in font %a with id %a: > >%s",char,utf.char(char),tfmdata.properties.fullname,font,mess

Re: [NTG-context] [font-chk.lua] missing glyph tracker

2013-06-20 Thread Hans Hagen
On 6/20/2013 1:59 PM, Philipp Gesang wrote: -report_fonts("char %U in font %a with id %a: %s",char,tfmdata.properties.fullname,font,message) +report_fonts("char %U (%s) in font %a with id %a: %s",char,utf.char(char),tfmdata.properties.fullname,font,message) %C does that, so

[NTG-context] [font-chk.lua] missing glyph tracker

2013-06-20 Thread Philipp Gesang
Hi Hans, in font-chk.lua, the function checkers.missing fails to assign the var “lastfont”, leading to a meaningless test for equivalence with “font”. See patch below. Also, may I ask you to include the unicode character in the tracker message? This would make the output more legible, imo. Someth