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
2023-06-27
Update stb image
dec05eba
2022-09-23
Make window rgba and set background transparent to allow window clear to work...
dec05eba
2022-03-30
Proper y offset for text, add option to create hidden window and add function...
dec05eba
2022-02-15
Revert text offset y fix because it breaks quickmedia. Revert vertex draw tex...
dec05eba
2022-02-15
Render missing glyphs as a crossed out box
dec05eba
2021-11-27
Add max glyph height property
dec05eba
2021-11-27
Use correct offset y for font position (ascent)
dec05eba
2021-11-25
Fix possible corrupt font atlas
dec05eba
2021-11-24
Fix glyphs overlapping, but adds unnecessary padding
dec05eba
2021-11-21
Fix bug where window resize event is updated every frame
dec05eba
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