Environment
Windows XP
Pygame changeset 0ca386dee6c1
Python 2.7.2
SDL_ttf 2.0.11 hg changeset d9a600fa3c4a
Description
The pygame.font unit tests fail as follows:
F:\local\lenard\pygame\temp>python -m pygame.tests font
loading pygame.tests.font_test
........................F...
=======================================================
FAIL: FontTypeTest.test_set_bold
-------------------------------------------------------
Traceback (most recent call last):
File "F:\Python27\lib\site-packages\pygame\tests\font_test.py", line 398, in t
est_set_bold
self.failIf(f.get_bold())
AssertionError: None
-------------------------------------------------------
Ran 28 tests in 2.359s
FAILED (failures=1)
Conjecture
The TTF_Quit() / TTF_Init() combination fails to reset the style flags.