You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added outline property to pygame.font.Font (#3597)
* Added outline property to pygame.font.Font
* Updated font outline formatting.
* Improved version checks when in font outline tests.
* Expanded font outline documentation to better explain effects of values.
* Deduplicated font outline getter and setter logic.
* Font outline code formatting.
* Changed return Py_None to Py_RETURN_NONE.
* Changed use of RAISE to PyErr_SetString for consistency.
* font.c formatting.
* Removed Font outline getters/setters.
Preferring properties for new values.
* font test formatting fix.
* Removed checks for SDL_TTF < 2.0.12 in outline code.
We depend on SDL_TTF >= 2.0.15, so this is not needed.
* Improved font outline docs.
Specify that the thickness is in pixels, and added example to render
outlined text.
* Updated version note for Font.outline to 2.5.7.
2.5.6 released while this was still in review.
0 commit comments