I use Texture-Mapped fonts in my OpenGL program. I painted very simple fonts in a bitmap (each letter has 5x7 pixels, white on a black background). When displayed on a quad-core processor that has more than a few pixels, OpenGL does some work to make the image smooth. Is there an easy way to get rid of this blur effect temporarily?
source
share