Page 1 of 1

How to disable anti-aliasing for bitmap fonts?

Posted: Mon Apr 20, 2020 2:49 pm
by roydbt
I'm using a BMfont and when I print text using one the text becomes blurry.
The attachment original.png is no longer available
vs
original.png
original.png (384 Bytes) Viewed 2458 times
What am I doing wrong?

Re: How to disable anti-aliasing for bitmap fonts?

Posted: Tue Apr 21, 2020 6:12 pm
by tobiasvl

Re: How to disable anti-aliasing for bitmap fonts?

Posted: Wed Apr 22, 2020 7:48 pm
by roydbt
tobiasvl wrote: Tue Apr 21, 2020 6:12 pm love.graphics.setDefaultFilter("nearest", "nearest")?
This is my first command in my love.load but that doesn't seem to work

Re: How to disable anti-aliasing for bitmap fonts?

Posted: Thu Apr 23, 2020 5:43 am
by sphyrth
The problem is either in your system or in your code since the blur doesn't exist on mine.
NoProb.png
NoProb.png (154.95 KiB) Viewed 2371 times