aboutsummaryrefslogtreecommitdiff
path: root/src/graphics/font.c
AgeCommit message (Expand)Author
2021-11-08Do not check for valid utf8 in set text, render the invalid utf8 instead. Mma...dec05eba
2021-11-06Fix exit being called when closing window, respond to wm ping, add is_open fu...dec05eba
2021-11-05Fix font being corrupt with certain sizes, fix image being corrupt if its rgb...dec05eba
2021-11-02Start on syntax highlighting, output correct key button eventdec05eba
2021-10-30Add option to make mgl_file_load result null terminateddec05eba
2021-10-28Move vertex buffer generation from init to first update, making init voiddec05eba
2021-10-19Change from callback to window polldec05eba
2021-10-16Create font atlas with optimal sizedec05eba
2021-10-16Add font renderingdec05eba