Functions | |
UserdataStubs (Font, pgeFont *) | |
static int | Font_print (lua_State *L) |
static int | Font_free (lua_State *L) |
UserdataRegister (Font, Font_methods, Font_meta) | |
Variables | |
static const luaL_reg | Font_methods [] |
static const luaL_reg | Font_meta [] |
static int Font_free | ( | lua_State * | L | ) | [static] |
static int Font_print | ( | lua_State * | L | ) | [static] |
UserdataRegister | ( | Font | , | |
Font_methods | , | |||
Font_meta | ||||
) |
UserdataStubs | ( | Font | , | |
pgeFont * | ||||
) |
const luaL_reg Font_methods[] [static] |
Initial value:
{ {"load", Font_load}, {"print", Font_print}, {0,0} }