figured out how to make pixel art fonts look nicer in my shader. I went from blocky to much smoother, all while still retaining pixel font data. The only cost is that I have to color code pixels that are partially filled so that the shader knows what filling algorithm to run. I still have to do more with customizing filling curves, but the concept is proven at least