9#define FONT_METATABLE "font"
glFont * lua_pushfont(lua_State *L, glFont font)
Pushes a font on the stack.
int nlua_loadFont(nlua_env env)
Loads the font library.
glFont * luaL_checkfont(lua_State *L, int ind)
Gets font at index or raises error if there is no font at index.
int lua_isfont(lua_State *L, int ind)
Checks to see if ind is a font.
glFont * lua_tofont(lua_State *L, int ind)
Lua bindings to interact with fonts.
Represents a font in memory.