[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] text windows



> I'm wondering if anyone has any particular recommendations... I'd like
> to create a window in my game for scrolling text messages. I've seen
> several packages listed on the site that have enhanced support for text,
> but I've never used any of them...
>
> In particular, I'd like support for scrolling, colored text, basic
> formatting (bold, underline, italics) and ideally transparency so that
> text that's about to scroll off is also faded and dark.

I've got a bare-bones widget set that might be useful; maybe I'll post
that. It would take modification to do formatting, but has a scrollable
MultiLineTextClass.

Kris