font.c File Reference


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 []

Function Documentation

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 *   
)


Variable Documentation

const luaL_reg Font_meta[] [static]

Initial value:

 {
        {"__gc", Font_free},
        {0,0}
}

const luaL_reg Font_methods[] [static]

Initial value:

 {
        {"load", Font_load},
        {"print", Font_print},
        {0,0}
}


Generated on Tue Aug 4 15:38:10 2009 for LuaPlayer HM Version 3 by  doxygen 1.5.5