Is it possible to import my own font into pygame? So far I have simply imported the individual letters as images and displayed them as images. But now I want the user to type a word that should be displayed in my own font when typing.
I already have the code for the user input, but it is then displayed in the default font...