Sorry to bother you again, I added another buggy behaviour in the test file in case you'll be working on it tonight...
--
Elie
\directlua0{
function open_font (calledname, size)
    texio.write_nl(' ')
    texio.write_nl(calledname)
    texio.write_nl(' ')
    texio.write_nl(' ')
    return font.read_tfm("cmr10", size)
end

callback.register('define_font', open_font)
}

\font\foo={first strage/B:ehaviour} \foo

\font\foo="first strage/B:ehaviour" \foo

\font\bar={[second-strange]/B:ehaviour} \bar 

\font\bar="[second-strange]/B:ehaviour" \bar 

\font\bar={[second-strange]/B:ehaviour=foo
    bar=foo} \bar 

\font\bar="[second-strange]/B:ehaviour=foo
    bar=foo" \bar 

\font\z={Skia Regular:width=0.8;weight = 0.6;Ligatures=Rare Ligatures}\z

\font\z="Skia Regular:width=0.8;weight = 0.6;Ligatures=Rare Ligatures"\z

\bye
_______________________________________________
dev-luatex mailing list
[email protected]
http://www.ntg.nl/mailman/listinfo/dev-luatex

Reply via email to