raeleus / skin-composer

Create skins for LibGDX scene2d.ui with a graphical interface.
MIT License
427 stars 34 forks source link

FreeType Font generator glitch #107

Closed CrisN4N closed 3 years ago

CrisN4N commented 3 years ago

I use Skin Composer the latest version. If i use fonts (ttf) with FreeTypeFontGenerator (with custom json loader) i haven't any problem. Font view: изображение Font settings: изображение

But i decided to generate same (fnt) font. Used identical settings: изображение And got: изображение

Comparison (with FreeTypeFontGenerator) изображение (generated fnt) изображение

So... As you can see, the font clarity drops. How i can fix it? (i am sure that it is my blame, but i can't find solution - i tried to change different settings in fnt generator)

raeleus commented 3 years ago

That's an interesting observation. I'll look at it when I have time. Thank you for pointing it out.

raeleus commented 3 years ago

It seems you have some odd system settings that are causing the entire UI to be blurry and rounding pixels incorrectly. Are you using some sort of window manager or a weird OS? I'm going to close this for now.