aboutsummaryrefslogtreecommitdiff
path: root/include/mgl/graphics/font.h
AgeCommit message (Collapse)Author
2021-11-27Add max glyph height propertydec05eba
2021-11-27Use correct offset y for font position (ascent)dec05eba
2021-11-25Fix possible corrupt font atlasdec05eba
2021-11-24Fix glyphs overlapping, but adds unnecessary paddingdec05eba
2021-11-18Move glyph creation for text to render function instead of in set string, ↵dec05eba
clear font glyph background before rendering the text
2021-11-17Readd kerningdec05eba
2021-11-17Attempt to fix font glyph texture overlap by aligning texture size todec05eba
next character size Add function to get the start of a utf8 codepoint (backwards), test utf8 functions
2021-11-15Add dynamic font atlas creation (not finished)dec05eba
2021-10-28Move vertex buffer generation from init to first update, making init voiddec05eba
2021-10-19Change from callback to window polldec05eba
2021-10-16Add font renderingdec05eba