2 Jan
2008
2 Jan
'08
3:14 p.m.
Idris Samawi Hamid wrote:
On Wed, 02 Jan 2008 02:11:22 -0700, Hans Hagen
wrote: in font=otf.lua, patch ...
function fonts.otf.set_dynamics(tfmdata,attribute,features) local shared = tfmdata.shared if shared then
end end
and remake
Does this handle the other [off-list] utf-8 bug that generates an error message from font-tfm.lua:591?
No. You get that error because the font does not have a non-breaking hyphen, and you can "fix" it by changing that line into if characters[current.char] and characters[current.char].class == "mark" then and regenerating the format. But it will still not "work", because the glyph still does not exist. Best wishes, Taco