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

Re: [pygame] Render font and usging \n



No; PyGame does not support that.  You must handle line breaks manually, rendering as separate surfaces.  Use .get_linesize() to space the surfaces appropriately.
-Ian