index
:
mgl
master
Minimal Graphics Library
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
graphics
/
font.c
Age
Commit message (
Expand
)
Author
2021-11-19
Slightly improve font rendering quality
dec05eba
2021-11-18
Move glyph creation for text to render function instead of in set string, cle...
dec05eba
2021-11-17
Readd kerning
dec05eba
2021-11-17
Increase glyph padding
dec05eba
2021-11-17
Attempt to fix font glyph texture overlap by aligning texture size to
dec05eba
2021-11-15
Add dynamic font atlas creation (not finished)
dec05eba
2021-11-08
Do not check for valid utf8 in set text, render the invalid utf8 instead. Mma...
dec05eba
2021-11-06
Fix exit being called when closing window, respond to wm ping, add is_open fu...
dec05eba
2021-11-05
Fix font being corrupt with certain sizes, fix image being corrupt if its rgb...
dec05eba
2021-11-02
Start on syntax highlighting, output correct key button event
dec05eba
2021-10-30
Add option to make mgl_file_load result null terminated
dec05eba
2021-10-28
Move vertex buffer generation from init to first update, making init void
dec05eba
2021-10-19
Change from callback to window poll
dec05eba
2021-10-16
Create font atlas with optimal size
dec05eba
2021-10-16
Add font rendering
dec05eba