17 Sep
2019
17 Sep
'19
3:42 p.m.
On Tue, Sep 17, 2019 at 3:27 PM Marcel Krüger
} 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