> >} 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.