aboutsummaryrefslogtreecommitdiff
path: root/include/mgl/graphics/text.h
AgeCommit message (Expand)Author
2021-11-18Move glyph creation for text to render function instead of in set string, cle...dec05eba
2021-11-16Text: add function to get character position by index, use same character loo...dec05eba
2021-11-08Do not check for valid utf8 in set text, render the invalid utf8 instead. Mma...dec05eba
2021-11-08Add window function to get key state, allow invalid utf8dec05eba
2021-11-06Fix exit being called when closing window, respond to wm ping, add is_open fu...dec05eba
2021-11-05Add bounds calculation to textdec05eba
2021-11-02Start on syntax highlighting, output correct key button eventdec05eba
2021-10-24Add function to load image from memory, initialize window from an existing wi...dec05eba
2021-10-23Allow rendering vertices directlydec05eba
2021-10-18Add set_position and set_color to rectangle,sprite and textdec05eba
2021-10-16Add font renderingdec05eba