Font objects now have mipmap filter and mipmap sharpness support

This commit is contained in:
Alexander Szpakowski
2013-01-07 16:31:48 -04:00
parent a6f4a3ab0f
commit 36c5259e12
4 changed files with 127 additions and 12 deletions
+2
View File
@@ -40,6 +40,8 @@ int w_Font_setLineHeight(lua_State *L);
int w_Font_getLineHeight(lua_State *L);
int w_Font_setFilter(lua_State *L);
int w_Font_getFilter(lua_State *L);
int w_Font_setMipmapSharpness(lua_State *L);
int w_Font_getMipmapSharpness(lua_State *L);
extern "C" int luaopen_font(lua_State *L);
} // opengl