<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>The OP is trying to use font 9.</p>
<p>He will get font 8 if he edit the the Pd-patch as a text file.</p>
<p><br>
</p>
<pre class="moz-signature" cols="72">Mensaje telepatico asistido por maquinas.</pre>
<div class="moz-cite-prefix">On 9/12/2017 10:10 AM, IOhannes m zmoelnig wrote:<br>
</div>
<blockquote type="cite" cite="mid:5664816c-c4b2-e33c-ffa4-c50656c7f452@iem.at">
<pre wrap="">On 2017-09-12 14:55, Lucas Cordiviola wrote:
</pre>
<blockquote type="cite">
<blockquote type="cite">
<pre wrap="">  Or alternatively (but much less desirability) a variable to edit within the text file
</pre>
</blockquote>
<pre wrap="">Nop.
</pre>
</blockquote>
<pre wrap="">
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

</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset> <br>
<pre wrap="">_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list
UNSUBSCRIBE and account-management -> <a class="moz-txt-link-freetext" href="https://lists.puredata.info/listinfo/pd-list">https://lists.puredata.info/listinfo/pd-list</a>
</pre>
</blockquote>
<br>
</body>
</html>