[SDL] Can I output english words without using SDL_ttf
neil at cloudsprinter.com
neil at cloudsprinter.com
Sun Oct 21 06:46:35 PDT 2007
Quoting cocobear <cocobear.cn at gmail.com>:
>
> I just want to put some words, but I don't want to use SDL_ttf.
>
>
if i is just a few words that arnt going to change then you should make
a bitmap
with the messages in and display then on screen like any other surface.
or if you look at my crazeeman code it uses predrawn bitmaps of each
letter and
uses a bit of code to plot each letter as a surface in the string you supply
it. - this i think is the best and only way to to text in SDL without addon
font libraries.
unfortunatley you cant look at my code easilly because my webserver has
exploded
and is currently a lump of melted plasic and steel.
>
> Regards!
>
> /*
> *Welcome to cocobear's home!
> *http://cocobear.cn
> */
> _______________________________________________
> SDL mailing list
> SDL at lists.libsdl.org
> http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
>
> e-mail provided by Moose Internet Services
> http://www.moose.co.uk/
>
More information about the SDL
mailing list