Pretty much all other windows apps that render text, including this very browser window I am typing in, have no issues rendering text at whatever size and resolution whatsoever. I can’t achieve it.
Ive tried rendering fonts in java with multiple methods, using native java (java.awt.*), generating a bitmap font, whatever I tried nothing works. Ive tried an example from another stackoverflow post, where, in an answer, all examples look quite good, but not on my screen.
BTW, I am mainly using OpenGL, since the project is also kind of a mniecraft mod, but minecraft’s built in TTF and Bitmap font renderer is even worse than my attemps.
screenshot
(Only using AWT windows here for testing all the different settings and things, Id later render it to the main window)
Other people have run this and ran into no issues, but for whatever reason, probably my monitor, it doesn’t render properly.
Is there anything I can do? Why does it look so awful on my screen? Literally above the first line, the window title, its rendered perfectly with no issues, at an even smaller scale.
Help is heavily appreciated.
David is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1