Jonathan. Frech’s WebBlog

Moving Fonts (#101)

Jonathan Frech

Experimenting with Pygame’s font functions, I wanted to list every font Pygame could reach with its built-in font.get_fonts() function. This program does so by letting you spawn in the wonderful sentence ’Hello world.’ and assigns it a font based on the previously mentioned function.

Controls

Source code: moving-fonts.py