Files
SantoscopeUI/fonts.py

6 lines
144 B
Python
Raw Permalink Normal View History

2025-02-24 23:21:56 +01:00
import pygame
pygame.font.init()
font_helvetica = pygame.font.SysFont('Helvetica', 45)
font_helvetica16 = pygame.font.SysFont('Helvetica', 22)