Truetype Font Library

Is there any good font library (vector fonts, not bitmap) that works with
SDL without problems?
Preferably in c, but c++ is ok too.
Thanks.

Is there any /good /font library (vector fonts, not bitmap)

that works with SDL without problems? Preferably in c…

well, there is the standard go-to, SDL_ttf. this library
uses the freetype library to render truetype fonts to
SDL surfaces. actually, the new 2.0 version of SDL_ttf
use freetype-2.x, which supports much more than just
truetype. http://www.libsdl.org/projects/SDL_ttf/

Is there any good font library (vector fonts, not bitmap) that works with
SDL without problems?

Yes, just get hold of SDL_ttf, available from the `libraries’ link off the
main www.libsdl.org site. It’s based on the Freetype library, is very
high quality and works very easily with (at least) Linux & Windows where
I’m using it quite heavily for a project.On Sat, 29 Sep 2001, Elik wrote:


Matthew > http://www.soup-kitchen.net/
> ICQ 19482073