[PD] Fwd: Re: linux: "-font-size" startup flag -- does this work?

Alexander Connor a.connexx at runbox.com
Wed Sep 13 03:50:23 CEST 2017


Thank you for these answers.  

Editing the Pd text file wasn't really much of a solution for me since I'm dealing with a very large patch with many subpatches which would all have to be changed; I was really looking for a way to scale everything at once and back again should the need arise.

However it would appear that there is basically no solution to this problem until font rendering is fixed.

Guess I'll have to stick with my EOLs for now.  Too bad.  I really wanted to start distributing this patch.  I tried to mostly use the GUI object fonts that aren't affected by this in the "up front" user areas of the patch but there's a few areas such as the symbol boxes where you can't get around this.   It completely  messes up the neatly spaced background "guts" that I set up to make it easier to read for anyone who wanted to make mods.   Lots of compact tightly aligned spacing going on.  As I said it's very large (been working on it for years) and reformatting just to correct for this error doesn't seem worth it especially if I have to switch it all back when (if?) the problem is corrected in Pd.



On Tue, 12 Sep 2017 14:03:24 +0000, Lucas Cordiviola <lucarda27 at hotmail.com> wrote:

> The OP is trying to use font 9.
> 
> He will get font 8 if he edit the the Pd-patch as a text file.
> 
> 
> Mensaje telepatico asistido por maquinas.
> 
> On 9/12/2017 10:10 AM, IOhannes m zmoelnig wrote:
> 
> On 2017-09-12 14:55, Lucas Cordiviola wrote:
> 
> 
>   Or alternatively (but much less desirability) a variable to edit within the text file
> 
> 
> Nop.
> 
> 
> 
> of course you can (if by "text file" you mean the Pd-patch):
> 
> ~~~sh
> PTS=12
> PATCH=patch.pd
> sed -e "s/^\(#N canvas [0-9 ]*\) [0-9]*;$/\1 ${PTS};/" -i "${PATCH}"
> ~~~
> 
> gbsmdr
> IOhannes
> 
> 
> 
> 
> 
> _______________________________________________
> Pd-list at lists.iem.at<mailto:Pd-list at lists.iem.at> mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
> 
> 
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list





More information about the Pd-list mailing list