mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Remove love.graphics.setFont([<file>,] <size>) shorthand, idiom is now love.graphics.newFont([<file>,] <size>):set()
This makes sure that setFont doesn't create any fonts.
This commit is contained in:
@@ -67,7 +67,7 @@ namespace opengl
|
||||
int w_getColor(lua_State * L);
|
||||
int w_setBackgroundColor(lua_State * L);
|
||||
int w_getBackgroundColor(lua_State * L);
|
||||
int w_setFont1(lua_State * L);
|
||||
int w_setFont(lua_State * L);
|
||||
int w_getFont(lua_State * L);
|
||||
int w_setBlendMode(lua_State * L);
|
||||
int w_setColorMode(lua_State * L);
|
||||
|
||||
Reference in New Issue
Block a user