On Tue, Sep 17, 2019 at 3:27 PM Marcel Krüger <tex@2krueger.de> wrote:


>
>} else {
>    /* todo: other node types */
>    lua_pushboolean(L,0);
> }

That wouldn't quite work because the uses_font_disc code only returns if the result is true, so pushboolean would also be needed in the disc case.

yes, with a note that 
uses_font_disc can return .


--
luigi