ANNOUNCE: KBFLite

I’ve cleaned up the bitmapped font routines from my gui and striped
them down to one C source file + header. Free public domain variable
width bitmapped font goodness for all. Check it out, if for nothing
more than the link to the archive of GPL’d TTFs that I ripped the
bitmaps from :slight_smile:

http://kokido.sf.net/KBFLite.html_______________________________________________
SDL-announce mailing list
SDL-announce at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl-announce

I’ve cleaned up the bitmapped font routines from my gui and striped
them down to one C source file + header. Free public domain variable
width bitmapped font goodness for all. Check it out, if for nothing
more than the link to the archive of GPL’d TTFs that I ripped the
bitmaps from :slight_smile:

Hi! Nice fonts. Just a few things to look:

Change ‘char *t’ in KBF_Write to ‘unsigned char *t’, so people
can use it with fonts with 256 characters. Well, mostly because
helvetica.bmp defines 256 chars and I get segfault trying to
display chars above 128. struct KBF_Font should be changed too.

See you.On Sat, 16 Mar 2002 20:33:59 +0000 Phoenix Kokido wrote:

@Pedro_Medeiros