pyglet / pyglet

pyglet is a cross-platform windowing and multimedia library for Python, for developing games and other visually rich applications.
http://pyglet.org
BSD 3-Clause "New" or "Revised" License
1.78k stars 294 forks source link

Refactor and improve UserDefinedFonts #1067

Closed caffeinepills closed 2 months ago

caffeinepills commented 2 months ago

Based on #956. Refactored and cleaned up a bit to be more user friendly for subclassing. PIL scaling is optional.