jes icon indicating copy to clipboard operation
jes copied to clipboard

Attempts to find a font file with a hardcoded username

Open MrGooberMan opened this issue 11 months ago • 3 comments

it tries to use a font at C:/Users/caryk/AppData/Local/Microsoft/Windows/Fonts/Jygquip 1.ttf

MrGooberMan avatar Jan 15 '25 18:01 MrGooberMan

I replaced the name with a font I had installed, but this should probably be fixed.

kijetesantakalu042 avatar Jan 15 '25 20:01 kijetesantakalu042

i would make it like this

    self.bigFont = pygame.font.SysFont('Arial', 60)  	
    self.smallFont = pygame.font.SysFont('Arial', 30)
    self.tinyFont = pygame.font.SysFont('Arial', 21)
    
   wich just loads the Arial Font 

SpikeyLP avatar Jan 15 '25 22:01 SpikeyLP

It's a font for personal use, you won't find it anywhere on the Internet.

Image

Altitud49 avatar May 08 '25 19:05 Altitud49