You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently found about Love2D, Lua, and this library and quite happy to play with my small app these days and tonight I wanted to add UpArrow/DownArrow = change font size functionality.
I quickly discovered, this binding does not have ImFont, ImAtlas etc. which in turn means there is no way to easily add and use new fonts (unless I'm mistaken somehow?).
After much googling I just added it myself, it's hacky but seems to work.
Sharing in a pull request, in case someone else finds this useful.
There is a gist pseudo code in the pull request.
The text was updated successfully, but these errors were encountered:
I recently found about Love2D, Lua, and this library and quite happy to play with my small app these days and tonight I wanted to add UpArrow/DownArrow = change font size functionality.
I quickly discovered, this binding does not have ImFont, ImAtlas etc. which in turn means there is no way to easily add and use new fonts (unless I'm mistaken somehow?).
After much googling I just added it myself, it's hacky but seems to work.
Sharing in a pull request, in case someone else finds this useful.
There is a gist pseudo code in the pull request.
The text was updated successfully, but these errors were encountered: