void OriginRegister()
	{
		LUA_REG_CLASS(Origin);
	}
	void FontRegister()
	{
		LUA_REG_CLASS(FontInfo);
		LUA_REG_C_FUNCTION( editFont );
	}