Author Topic: Smooth Fonts  (Read 17391 times)

0 Members and 1 Guest are viewing this topic.

Offline Graen

  • Full Member
  • ***
  • Posts: 121
Smooth Fonts
« on: February 05, 2010, 03:35:32 PM »
Small request:
Will the game get support for Anti-Aliasing for Fonts?  Right now if I replace the standard font with something more stylized it looks like ass and is unreadable at small sizes.

Thanks.

Offline delta224

  • Dev Team
  • *****
  • Posts: 577
Re: Smooth Fonts
« Reply #1 on: February 05, 2010, 04:23:36 PM »
It should be easy to do from what I've read about it.  Let me see how it will look then I will report back.

Offline Graen

  • Full Member
  • ***
  • Posts: 121
Re: Smooth Fonts
« Reply #2 on: February 05, 2010, 04:24:50 PM »
Cool, thanks! :D

Offline delta224

  • Dev Team
  • *****
  • Posts: 577
Re: Smooth Fonts
« Reply #3 on: February 05, 2010, 04:46:20 PM »
Looks so much nicer, will be part of the next release.
 
Now lets see how the mono spaced font looks.
 
[edit]
looks better not quite there.
« Last Edit: February 05, 2010, 04:51:54 PM by delta224 »

Offline Graen

  • Full Member
  • ***
  • Posts: 121
Re: Smooth Fonts
« Reply #4 on: February 05, 2010, 04:52:36 PM »
Looks so much nicer, will be part of the next release.
 
Now lets see how the mono spaced font looks.
Awesomely-Awesome  ;D

Offline Dagoth

  • Administrator
  • *****
  • Posts: 617
Re: Smooth Fonts
« Reply #5 on: February 06, 2010, 01:54:56 PM »
Cool. :)
Might be a good idea to also add a config option where users can disable the font antialiasing if they are running on an old (old) system where it might affect game performance and responsiveness.

Offline delta224

  • Dev Team
  • *****
  • Posts: 577
Re: Smooth Fonts
« Reply #6 on: February 06, 2010, 04:21:26 PM »
That is easy to do.

Offline Mehzerz

  • Hero Member
  • *****
  • Posts: 564
  • Rockin' the after life after party
Re: Smooth Fonts
« Reply #7 on: February 07, 2010, 12:25:47 AM »
Would it be completely necessary? How old are we talking here?
Starter girls image additions progress:
26 girls, 18 to go

Offline Dagoth

  • Administrator
  • *****
  • Posts: 617
Re: Smooth Fonts
« Reply #8 on: February 07, 2010, 01:08:38 AM »
Would it be completely necessary? How old are we talking here?
Better safe than sorry. I looked into SDL's rendering method and it cautioned that the antialiasing greatly slows it down and it shouldn't be used for text which will need to update often and so forth; I'm also not sure how efficient the game's rendering pipeline is set up.
It works perfectly smoothly on my system, but again, better safe than sorry; if there's a config option to disable it, anyone who did have poor performance (or some other reason to not want font antialiasing on) could change it easily and everyone else could simply ignore the option.
As for exactly how old of a system might notice degraded performance... I imagine pretty old, probably, but it remains to be seen.

Offline Graen

  • Full Member
  • ***
  • Posts: 121
Re: Smooth Fonts
« Reply #9 on: February 07, 2010, 01:57:26 AM »
As for exactly how old of a system might notice degraded performance... I imagine pretty old, probably, but it remains to be seen.
I've got a ten year old compy I can run the game on, so I'll let you know if it slows down with AA Fonts. :P

exodia91

  • Guest
Re: Smooth Fonts
« Reply #10 on: February 07, 2010, 02:54:46 AM »
how about having it set to disabled at default, that way anyone who really cares can change it, and all the people who just grab the game and play and won't know to disable if they have bad performance won't flood the forums with "OMGZZZ I CNT RN T!!!11!!!"

Offline Graen

  • Full Member
  • ***
  • Posts: 121
Re: Smooth Fonts
« Reply #11 on: February 07, 2010, 05:39:00 AM »
how about having it set to disabled at default, that way anyone who really cares can change it, and all the people who just grab the game and play and won't know to disable if they have bad performance won't flood the forums with "OMGZZZ I CNT RN T!!!11!!!"

I'd rather see it on by default, and I highly doubt it'll be an issue.  If my PIII-450 can handle it, then I really don't think you'd have to worry about the vast majority of people who play the game.

Offline Mehzerz

  • Hero Member
  • *****
  • Posts: 564
  • Rockin' the after life after party
Re: Smooth Fonts
« Reply #12 on: February 07, 2010, 05:49:56 AM »
Both sides are valid arguments. I know there's quite a few players with old machines. But I don't see it as being very common for something like this.


But my vote would go have it off by default, just in case something like that DOES happen. Unless the game gets the config screen actually in-game. Where the settings will be less of a problem for newer players.
Starter girls image additions progress:
26 girls, 18 to go

Offline Graen

  • Full Member
  • ***
  • Posts: 121
Re: Smooth Fonts
« Reply #13 on: February 07, 2010, 06:06:02 AM »
Unless the game gets the config screen actually in-game. Where the settings will be less of a problem for newer players.
I'm assuming that eventually there will indeed be a config screen in game.  That said, I'd still like to see all the features enabled by default as most people won't be bothered to see if the game can be customized in any way.

Offline delta224

  • Dev Team
  • *****
  • Posts: 577
Re: Smooth Fonts
« Reply #14 on: February 07, 2010, 10:35:32 AM »
I'm not too worried about the slowdown, since all this game has to be is responsive and sdl slow is more you will get half the fps is you use this function over that function.