SDl Font engine

Hey guys juts a quick question, has anyone got experiance with a good font
engine? As atm the only one i can get to work is SDL GFX:

http://www.ferzkopp.net/Software/SDL_gfx-2.0/

But its really hard to chnage font on that as it wants raw data, i i dont
think it to be possible just to pass it a reference to a .ttf file and to
work. The font engine that did look very promising is Glyph Keeper:

http://kd.lab.nig.ac.jp/glyph-keeper/

But for the life of me i cant seem to get it to work everytime i try and
include the header file from it it gives me the following error:

error C2065: ‘GLYPH_TARGET_SURFACE’ : undeclared identifier

Any1 had experiance in this field or have any advice. My ideal situation is
to load fonts from a ttf file bundled with the game but anything wld be good
right now. Cheers.

-James Grafton–
View this message in context: http://www.nabble.com/SDl-Font-engine-tf2173434.html#a6009657
Sent from the SDL forum at Nabble.com.

Any1 had experiance in this field or have any advice. My ideal situation is
to load fonts from a ttf file bundled with the game but anything wld be good
right now. Cheers.

Have you tried SDL_ttf?
http://www.libsdl.org/projects/SDL_ttf/