Why do my LWJGL fonts have dots and lines around them?
- by Jordan
When we render fonts there are weird dots and lines around the text. I have no idea why this would happen. Here is an image of what it looks like:
Our font class looks like this:
package me.NJ.ComputerTycoon.Font;
import me.NJ.ComputerTycoon.BaseObjects.UDim2;
import org.lwjgl.opengl.Display;
import org.newdawn.slick.Color;
import…