I am new to arcade (and python), I'm trying to get some text to be in the Comic Sans MS font but my text shows up as the default font. Here's the line of code for the text :
arcade.draw_text("test", 138, 492, (250, 250, 250), 58, font_name='Comic Sans MS')
It seems that the font names in arcade have been replaced by shortened versions (e.g : 'Garamond' is 'GARA'), maybe this could be what I'm doing wrong?
Can anyone provide a list of all the shortened font names or tell me what I'm doing wrong?
Thank you!