slages / love-imgui

imgui module for the LÖVE game engine
MIT License
318 stars 61 forks source link

SetGlobalFontFromFileTTF doesn't work #21

Closed Tacolizard closed 6 years ago

Tacolizard commented 6 years ago

calling imgui.SetGlobalFontFromFileTTF results in love throwing the error attempt to call field 'SetGlobalFontFromFileTTF' (a nil value)

I am on Mac running love 0.10.2 and have tried both the latest precompiled binary and self-compiled binaries pulled from Git.

slages commented 6 years ago

Just tested and it seems to work without problems, don't hesitate to try the latest version.