Re: [pygame] Good code for text wrapping?

2008-09-21 Thread René Dudfield
awesome :) yeah, maybe some text layout code would be a useful addition to pygame.font ? Or even as a separate download. Shall we start by making an ultimate list of features, or use cases... - aligning text, left, right, center etc. - vertical alignment... top, bottom, center. - justify

Re: [pygame] Good code for text wrapping?

2008-09-21 Thread Hugo Arts
LaTeX support ;-) On Sun, Sep 21, 2008 at 9:18 PM, René Dudfield [EMAIL PROTECTED] wrote: awesome :) yeah, maybe some text layout code would be a useful addition to pygame.font ? Or even as a separate download. Shall we start by making an ultimate list of features, or use cases... -

Re: [pygame] Good code for text wrapping?

2008-09-21 Thread René Dudfield
oops, I also forgot... - CSS3 and CSS4 support. - a pony. On Mon, Sep 22, 2008 at 2:32 PM, Hugo Arts [EMAIL PROTECTED] wrote: LaTeX support ;-) On Sun, Sep 21, 2008 at 9:18 PM, René Dudfield [EMAIL PROTECTED] wrote: awesome :) yeah, maybe some text layout code would be a useful addition

Re: [pygame] Good code for text wrapping?

2008-09-21 Thread Marius Gedminas
On Mon, Sep 22, 2008 at 02:41:28PM +1000, René Dudfield wrote: oops, I also forgot... - CSS3 and CSS4 support. - a pony. I'm sure the last one could be implemented easily, if you had SVG support and Javascript. Marius Gedminas -- In short, at least give the penguin a fair viewing. If you

Re: [pygame] Good code for text wrapping?

2008-09-21 Thread René Dudfield
On Mon, Sep 22, 2008 at 3:06 PM, Marius Gedminas [EMAIL PROTECTED] wrote: On Mon, Sep 22, 2008 at 02:41:28PM +1000, René Dudfield wrote: oops, I also forgot... - CSS3 and CSS4 support. - a pony. I'm sure the last one could be implemented easily, if you had SVG support and Javascript.

Re: [pygame] Good code for text wrapping?

2008-09-21 Thread Willy Lee
René Dudfield [EMAIL PROTECTED] writes: Shall we start by making an ultimate list of features, or use cases... snip Anything else? Eventually, you'll want: - text flow other than left-right (right-left, mixed, top-down) - support for non-letter fonts (e.g. button glyphs for help text) --