Im trying to use a different font in pygame but every time I run it I get this syntax error message
[Traceback (most recent call last):
File "C:\Python31\pytest.py", line 22, in <module>
font1 = pygame.font.Font('C:\ActionIsShaded.ttf', 12)
IOError: unable to read font filename]
I tried getting rid of the qoutes around the file name but syntax just gave me an error and didn't even run the program
Please help and thanks in advance to anyone that gives me any suggestions.