• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Font quality etc.

Don't know where to write this...

The font don't look nice or crisp, it looks even worse when zooming in. Is it possible to get more crisp font in all zoom levels?
I know I can change fonts, antialiasing, etc. but that doesn't help.

Also should there be lines between the event boxes?

Regards Trace

fonts and lines.png
 
What is the size of your GUI relative to your camera?
To my camera? This is just the event and so on windows and when I look at codes etc.
It doesnt matter what gui zoom level I use and aliasing turned off, the font dont look good.
Or am I missing something?
How does your look like?
 

Pixel-Team

Master of Pixel-Fu
Mine are nice and crisp, but I use fonts that are designed to look like old 8 bit fonts from classic systems. I also make sure no antialiasing and I use a low res GUI when drawing fonts in DrawGUI event, like 480×270

Maybe see if your application surface is too small. Can you try surface_resize(application_surface, 1920, 1080)
 

TsukaYuriko

☄️
Forum Staff
Moderator
This is about the IDE UI, not about a game... :)

With that said, this is a quirk of the IDE. Whether this is unintentional or even considered an issue at all is not something I can answer because I'm not involved in determining that. What I can tell you is that it's not a matter of wrong settings, but just a "that's how it is" kind of thing.
 
This is about the IDE UI, not about a game... :)

With that said, this is a quirk of the IDE. Whether this is unintentional or even considered an issue at all is not something I can answer because I'm not involved in determining that. What I can tell you is that it's not a matter of wrong settings, but just a "that's how it is" kind of thing.
Yeah I think so too but it is annoying with "bad" font quality, specially when coding.
I will have a check tomorrow if there is anything windows related...
 

Nocturne

Friendly Tyrant
Forum Staff
Admin
I believe better font support for the IDE is something that YYG have as part of their "improve IDE functionality" roadmap. Until then... Not much you can do other than not zoom in or out... 😐
 
Top