0

I have used the font woodcut medium in my fonts folder its the folder windows makes (C:\Windows\Fonts) and the color of it is not in pygame is there like a way to make it use the font color in the font edit: my font is at C:\Windows\Fonts\woodcut.ttf edit: here's the font the font

1 Answers1

0

Have you tried using sysfont? pygame.font.SysFont(name, size, bold=False, italic=False). pygame.org/docs/ref/font.html#pygame.font.SysFont. Then use render after that. – Jobo Fernandez ansererd correct