As far as I know, there's no way to get the size of the font that way.  What
I do is name the font names in an intuitive way:
Font12 = pygame.font.Font("....", 12)
Font18 = pygame.font.Font("....", 18)
Font36 = pygame.font.Font("....", 36)
Ian

Reply via email to