arcade
arcade copied to clipboard
Pyglet 2.1 issues
Notes from https://github.com/pythonarcade/arcade/pull/2226
To resolve:
- [ ] Verify that the workaround for pyglet font loading changes works
- [ ] (Upstream) Whatever's going with
Screentypes and pyglet's import trickery - [ ] (Upstream) Resolve upstream Python font issues:
- [ ] split
boldinto stringweight+bold - [ ] investigate obliqueness values + split if necessary
- [ ] split
- [ ] Look for ways to simplify and/or make our Text more durable
- [ ] The GUI stack & event handlers?
Just in case you didn't see this one @pushfoo
This either done or should be another issue.