[SDL] Can I output english words without using SDL_ttf
cocobear
cocobear.cn at gmail.com
Sun Oct 21 08:25:28 PDT 2007
于 Sun, 21 Oct 2007 14:46:35 +0100
neil at cloudsprinter.com 写道:
>
>
>
> 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.
>
I had considered, If does not have other means , this should be a good
way.
> unfortunatley you cant look at my code easilly because my webserver
> has exploded
> and is currently a lump of melted plasic and steel.
>
Can you give me your code?
>
> >
> > 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/
> >
>
>
>
> _______________________________________________
> SDL mailing list
> SDL at lists.libsdl.org
> http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
Regards!
/*
*Welcome to cocobear's home!
*http://cocobear.cn
*/
More information about the SDL
mailing list