We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to check with print("font", pygame.font.get_fonts()), but it seems that print info will not show on the web console.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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!
No branches or pull requests
I tried to check with print("font", pygame.font.get_fonts()), but it seems that print info will not show on the web console.
The text was updated successfully, but these errors were encountered: