If anyone has a chance I'd appreciate if you could pull the latest
pyglet repos and try out examples/font_comparison.py - you will
probably need to obtain some of the fonts, but most importantly I'm
interested in whether Consolas renders correctly on various systems.
On my Lion system it does not. You can see obvious rendering errors if
you compare the Consolas render to the Menlo render in the attached
images.
The question really is whether this is a problem on OS X only...
Richard
Screen Shot 2012-07-18 at 11.04.21 AM.png
38K
Download
Screen Shot 2012-07-18 at 11.04.52 AM.png
39K
Download
On Tuesday, July 17, 2012 8:06:22 PM UTC-5, Richard Jones wrote:
> Hi all,
> If anyone has a chance I'd appreciate if you could pull the latest > pyglet repos and try out examples/font_comparison.py - you will > probably need to obtain some of the fonts, but most importantly I'm > interested in whether Consolas renders correctly on various systems. > On my Lion system it does not. You can see obvious rendering errors if > you compare the Consolas render to the Menlo render in the attached > images.
> The question really is whether this is a problem on OS X only...
On Wednesday, July 18, 2012 4:06:22 AM UTC+3, Richard Jones wrote:
> Hi all,
> If anyone has a chance I'd appreciate if you could pull the latest > pyglet repos and try out examples/font_comparison.py - you will > probably need to obtain some of the fonts, but most importantly I'm > interested in whether Consolas renders correctly on various systems. > On my Lion system it does not. You can see obvious rendering errors if > you compare the Consolas render to the Menlo render in the attached > images.
> The question really is whether this is a problem on OS X only...
Fedora 17. Seems fine.
Screenshot from 2012-07-18 11:00:24.png
30K
Download
On Wednesday, July 18, 2012 11:01:48 AM UTC+3, anatoly techtonik wrote:
> On Wednesday, July 18, 2012 4:06:22 AM UTC+3, Richard Jones wrote:
>> Hi all,
>> If anyone has a chance I'd appreciate if you could pull the latest >> pyglet repos and try out examples/font_comparison.py - you will >> probably need to obtain some of the fonts, but most importantly I'm >> interested in whether Consolas renders correctly on various systems. >> On my Lion system it does not. You can see obvious rendering errors if >> you compare the Consolas render to the Menlo render in the attached >> images.
>> The question really is whether this is a problem on OS X only...
> Fedora 17. Seems fine.
Wait. The rendering is wrong. Consolas is monospaced, but def lines are not properly aligned vertically.
On Wednesday, July 18, 2012 11:06:14 AM UTC+3, anatoly techtonik wrote:
> On Wednesday, July 18, 2012 11:01:48 AM UTC+3, anatoly techtonik wrote:
>> On Wednesday, July 18, 2012 4:06:22 AM UTC+3, Richard Jones wrote:
>>> Hi all,
>>> If anyone has a chance I'd appreciate if you could pull the latest >>> pyglet repos and try out examples/font_comparison.py - you will >>> probably need to obtain some of the fonts, but most importantly I'm >>> interested in whether Consolas renders correctly on various systems. >>> On my Lion system it does not. You can see obvious rendering errors if >>> you compare the Consolas render to the Menlo render in the attached >>> images.
>>> The question really is whether this is a problem on OS X only...
>> Fedora 17. Seems fine.
> Wait. The rendering is wrong. Consolas is monospaced, but def lines are > not properly aligned vertically.
It might be that there is no Consolas and another font is substituted. Is it possible to detect if font is available with pyglet?