Implement rounding on DrawString input coordinates (Crisp text rendering even when users pass in non-integer values, however, still need to account for non-integer scaling).

This commit is contained in:
2024-10-11 13:29:53 -04:00
parent 881d031f3c
commit 5b19d26b79
2 changed files with 20 additions and 1 deletions

View File

@@ -1,4 +1,3 @@
#include <JGL/JGL.h>
#include <rewindow/types/window.h>
#include <Colors.hpp>