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
- [pygame] How the get a font size Luca
- Re: [pygame] How the get a font size Ian Mallett
- Re: [pygame] How the get a font size Noah Kantrowitz
- Re: [pygame] How the get a font size Luca
- Re: [pygame] How the get a font size Ian Mallett
- Re: [pygame] How the get a font size Brian Fisher
- Re: [pygame] How the get a font size Jake b
- Re: [pygame] How the get a font siz... James Paige
- Re: [pygame] How the get a font... Thiago Chaves
- Re: [pygame] How the get a ... James Paige
- Re: [pygame] How the get a ... Thiago Chaves
- Re: [pygame] How the get a ... Lenard Lindstrom
