Closed jedie closed 10 years ago
Yes, portable version as the name says is portable, it links against minimal set of libraries and it doesnt link against any advanced font rendering engines. The goal of portable version is to provide working pypy binary out of the box and not integrate too much with the operating system you are running on. This way it can be portable. I won't fix this since it means integrating too much to the details of distribution you are running on. If you need those fonts you need version built specifically for your distribution.
I notice that i have much less fonts available with PyPy portable (PyPy 2.3.1 with GCC 4.8.2) than with origin PyPy...
Have made a simple test script:
Output with PyPy portable:
But the origin PyPy (PyPy 2.3.1 with GCC 4.6.3) listed the same fonts as CPython (95 font families) tested on Linux Mint 17
See also: https://bitbucket.org/pypy/pypy/issue/1866/tkinter-missing-fonts