Re: [pygame] Pull request #26: sysfont.py change for OS X 10.9 from Dan Ross

2014-01-16 Thread René Dudfield
Hi, I pushed a fix in for the 10.9 hang, and a note here: https://bitbucket.org/pygame/pygame/issue/179/need-to-update-system-font-lists-in cheers, On Wed, Jan 15, 2014 at 1:38 PM, Jason Marshall wrote: > Should we accept this change for pygame 1.9.2? > > https://bitbucket.org/pygame/pygame/

[pygame] Pull request #26: sysfont.py change for OS X 10.9 from Dan Ross

2014-01-15 Thread Jason Marshall
Should we accept this change for pygame 1.9.2? https://bitbucket.org/pygame/pygame/pull-request/26/removed-usage-of-fc-list-in-os-x-font/diff Jason lib/sysfont.py def initsysfonts_darwin():     """ read the fonts on OSX.     """     # if the X11 binary exists... try and use that.     #  Not like