cschreib / lxgui

Portable, real time, modular and data-driven GUI C++ library.
https://cschreib.github.io/lxgui
MIT License
73 stars 20 forks source link

Improve SFML global font vertical positioning #97

Open cschreib opened 2 years ago

cschreib commented 2 years ago

We currently set the Y offset as the font size, but this is not totally correct. The correct value is ascdend + descend. SFML does not expose this, so this may not be fixable.