Actually, you might as well just copy the Info.plist form 0.48 into 0.47 as well as there is also an entry which specifies the font directory.

So yeah, you're getting into the nitty gritty of how the mac app bundle works. :) The template Info.plist is https://github.com/pure-data/pure-data/blob/master/mac/stuff/Info.plist for reference. The main things you need are:


<key>ATSApplicationFontsPath</key>
<string>font</string>

and 


<key>NSHighResolutionCapable</key>
<true/>

On Dec 4, 2017, at 5:07 PM, Dan Wilcox <danomatika@gmail.com> wrote:

You're missing the font. Copy the font folder in the Contents/Resources from 0.48 to 0.47-1.

I can tell as Monaco zeros have slashes which Dejavu Sans Mono eros have a dot. The sizing is based on DVSM which will eventually be used on all pd platforms (just missing Windows now).

Also, you're not actually seeing retina rendering as Pd 0.47-1 doesn't have the hit in the Info.plist that enables it. You can copy that line from the 0.48 Info.plist into that of 0.47-1 if you want.

This is what I'm seeing:

<Screen Shot 2017-12-04 at 5.04.29 PM.png>

On Dec 4, 2017, at 5:01 PM, Matt Davey <hard.off@gmail.com> wrote:

<Screen Shot 2017-12-05 at 1.01.00 am.png>

On Tue, Dec 5, 2017 at 12:54 AM, Dan Wilcox <danomatika@gmail.com> wrote:
There are also a large number of screenshots from testing in the PR: https://github.com/pure-data/pure-data/pull/227

On Dec 4, 2017, at 4:52 PM, Matt Davey <hard.off@gmail.com> wrote:

ok, i tested further....seems like any object with more than 3 characters in its name gets rendered with that space at the right. 

yeah, it very well could be the retina thing, as this is the first retina laptop i have had.

will try that sizing test now






--------
Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com