Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 736 Bytes

pygamelib.assets.fonts.figlet-univers.rst

File metadata and controls

35 lines (21 loc) · 736 Bytes

figlet-univers

1.3.0

How to use?

Example:

from pygamelib.gfx.core import Font
from pygamelib.base import Text

my_font = Font("figlet-univers")
my_text = Text("Lorem Ipsum", font=my_font)
my_text.print_formatted()

What does it look like?

Example

More

Please visit the FIGlet project: http://www.figlet.org/

The fonts prefixed by "figlet-" are but a small portion of what's available here.

To easily convert FIGlet fonts to the pygamelib's format you can you the figlet-to-pygamelib script available here: https://github.com/pygamelib/figlet-to-pygamelib