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

Re: [pygame] freesansbold.ttf



Nathan BIAGINI wrote:
Hi everyone.

The default font of Pygame seems to be missing... how can i solve it?

    RuntimeError: default font not found 'freesansbold.ttf'

Relying on pygame to find default fonts seems to be a
major crapshoot, especially on other people's systems,
so I prefer to always bundle a font with my games and
use it explicitly.

The Bitstream Vera family is good for this -- nice-looking,
small and freely distributable.

--
Greg