slages / love-imgui

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

please pass glyph ranges argument in imgui.SetGlobalFontFromFileTTF() #35

Open LaineZ opened 5 years ago

LaineZ commented 5 years ago

or add these functions: IMGUI_API ImFont* AddFontFromFileTTF(const char* filename, float size_pixels, const ImFontConfig* font_cfg = NULL, const ImWchar* glyph_ranges = NULL); IMGUI_API void PushFont(ImFont* font); IMGUI_API void PopFont();