Txtlib

Text rendering library for PyGame
Download

Txtlib Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Francesco Pasa
  • Publisher web site:
  • http://www.famigliapasa.it/

Txtlib Tags


Txtlib Description

Text rendering library for PyGame Txtlib is a small library written in Python, to render text. It's similar to Glyph and support almost the same features, but it use a different system.Txtlib is developed to do a css editor.How txtlib workTxtlib is a module; you need only to import it and call the class Text. Txtlib does not draw nothing on the screen, it only build an image calling the update() method. This allow you to have the maximum control on the screen. You have just to blit the text.area image where you want.Txtlib doesn't store the format information in the same variable as text. This complicate the control of format (for this release), but make txtlib suitable to make a text editor with code highlighting.


Txtlib Related Software