Page 1 of 1

Font Development

Posted: 09 May 2005, 07:38
by Bertram
Hi there :P

I've seen Rotonen, Elven and HammerBear speaking about using SFont
(A Font API used by, among others, NetPanzer game).

But :

Weren't we agree to use SDL_ttf ?

I personally think it's a better choice because :
1. It uses standard fonts, no more bitmaps uglies
2. It permits many basics things that SFont doesn't
Font color and size changing, opening to rich text features, ....
3. It's supported on many platforms, and very flexible.

What do you think :?:

See ya :wink:

Posted: 09 May 2005, 09:16
by Bjørn
I think I would prefer to use truetype fonts as well. For the OpenGL side, I have been adviced to use freetype2 directly instead of going through SDL_ttf.

Posted: 10 May 2005, 05:43
by Bertram
Since I'm looking at that post,

I think that ttf implementation should be the first task for the version 0.0.14.

Many people dislike the font used.
So I think it should be our priority.

Btw, are you waiting for an direct implementation under guichan to release it, or will we do it by ourselves ?

Posted: 10 May 2005, 14:13
by Bjørn
Bertram wrote:Btw, are you waiting for an direct implementation under guichan to release it, or will we do it by ourselves ?
Nah we will do it ourselves, I'm just waiting on some free time to implement gcn::Font interface around freetype2 for OpenGL and probably around SDL_ttf for SDL (this last part is already done and the class is included with Guichan).