Closed pzy2000 closed 1 month ago
you need to provide fonts in assets, and load them manually before use. See a test with arabic font here https://pygame-web.github.io/showroom/pypad_git.html#src/test_hb.py
you need to provide fonts in assets, and load them manually before use. See a test with arabic font here https://pygame-web.github.io/showroom/pypad_git.html#src/test_hb.py
ref: #111
thx a lot!
I tried to check with print("font", pygame.font.get_fonts()), but it seems that print info will not show on the web console.