How to solve fonts rendering terribly in java?
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.
Is there any good font rendering APIs or API wrappers for Java? Everything looks terrible on my screen
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. How can one achieve such font rendering? Ive heard of native windows APIs like GDI and DirectWrite, but none of them can be easily accessed from java, and I couldn’t find a java api wrapper or anything either.