v1.91.0 - add font update!
ImGuiGML » Devlog
Today I've added the support for adding ttf fonts to ImGuiGML.
Use:
imguigml_add_font_from_ttf(_filename, _font_size) to add your font, where the filename is a valid path to a ttf file, and the size is the font size in pixels.
This function will return an index you can use with imguigml_push_font(_font_index), as well as check its validity with imguigml_is_font_valid(_font_index).
Let me know if you have any issues!
Files
imguigml-v1.91.0.yymp 415 kB
Jul 20, 2019
Get ImGuiGML
Download NowName your own price
ImGuiGML
ImGui for GameMaker Studio 2
More posts
- v1.100.4 ReleasedAug 20, 2021
- Linux Support for ImGuiGML! (v1.100.3)Aug 19, 2021
- ImGuiGML v1.100.0 Released!Aug 18, 2021
- v1.90.0!Jul 12, 2019
- MacOS Support Added!Apr 13, 2018
- v1.81.0Mar 11, 2018
- Hotfix - Radio ButtonsMar 03, 2018
- v1.80.0Jan 20, 2018
- v1.75.0 - Integrated ImGui v1.53 and some critical fixesJan 14, 2018
Leave a comment
Log in with itch.io to leave a comment.