Text output

Hi!
Is there any standart way to utput text or does anyne have fubction such
as outtextxy(“text”,font,x,y,surface)?

Hi!
Is there any standart way to utput text or does anyne have fubction such
as outtextxy(“text”,font,x,y,surface)?
There are several librarys providing text output. With SDL_ttf you can
load and display TrueType fonts.On Fri, 27 Sep 2002 16:00:25 +0700 Vladimir Karpenko wrote:


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

Viktor Stansvik wrote:

Hi!
Is there any standart way to utput text or does anyne have fubction such
as outtextxy(“text”,font,x,y,surface)?

There are several librarys providing text output. With SDL_ttf you can
load and display TrueType fonts.

Hm. I do not believe i have documentation on this Library! Can someone
suply me with documentation.

Viktor Stansvik wrote:

Hi!
Is there any standart way to utput text or does anyne have fubction such
as outtextxy(“text”,font,x,y,surface)?

There are several librarys providing text output. With SDL_ttf you can
load and display TrueType fonts.

Hm. I do not believe i have documentation on this Library! Can someone
suply me with documentation.
You can download the library here: http://www.libsdl.org/projects/SDL_ttf/ .
I don’t think there is any documentation for the library but if you just check
the source of the example program out you will understand. It’s very simple.On Fri, 27 Sep 2002 19:18:51 +0700 Vladimir Karpenko wrote:


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl