<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Font issue with new linux distros]]></title><description><![CDATA[<p>Been testing some Debian Sid based distros w/Pd and ran into a font problem I can't seem to fix.</p>
<p>When I load patches created with only the default avalable fonts on a string of previous Debian-based systems (the last being Ubuntu 14.xx) with no issues, the object font is too large or wide and throws off the alignment of the patch.  Not sure if it's the wrong size, a fixed-width variant or the wrong font but it's definitely wrong.  All of the GUI programmed fonts are fine.</p>
<p>I've found that the -font-size startup flag will do nothing on any system I've tried it on so either my syntax is wrong (tried quotes, no quotes, etc) or that flag doesn't work.  I can use -font-face to change the font to a smaller one, but Pd still calculates the width of the box by the &quot;wrong&quot; font (only the box height changes). The only setting that comes close to a &quot;quick fix&quot; for this is the Edit menu font option, I've always left this set to 10.  If I drop it to 8 it will change both the width and size but now it's just a bit too small.</p>
<p>Now if I could set it to 9 I just might get away with it but there is no nine.  I don't know if I could send a nine manually over some control channel but -- I really shouldn't have to mess with any of those settings, should I?</p>
<p>Any Ideas what's really going on?  The old suggestions at <a href="http://purdata.info" rel="nofollow">purdata.info</a> don't seem to help.  All my systems are running the same compiled source on the same hardware..  Tried the last 2 or 3 versions of Pd Vanilla with the same result.</p>
<p>Edit: It does seem the 2 sid distros I've tried lack the oldest of the multiple versions of tcl/tk that the previous installs have.</p>
<p>Edit#2: Uh oh this may be part of the problem:</p>
<p><a href="https://lists.puredata.info/pipermail/pd-list/2017-02/117898.html" rel="nofollow">https://lists.puredata.info/pipermail/pd-list/2017-02/117898.html</a></p>
<p><a href="https://lists.puredata.info/pipermail/pd-list/2017-02/117886.html" rel="nofollow">https://lists.puredata.info/pipermail/pd-list/2017-02/117886.html</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 20:56:47 GMT</lastBuildDate><atom:link href="http://forum.pdpatchrepo.info/topic/10915.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 29 Jul 2017 05:22:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Font issue with new linux distros on Sat, 29 Jul 2017 23:22:25 GMT]]></title><description><![CDATA[<p>Been testing some Debian Sid based distros w/Pd and ran into a font problem I can't seem to fix.</p>
<p>When I load patches created with only the default avalable fonts on a string of previous Debian-based systems (the last being Ubuntu 14.xx) with no issues, the object font is too large or wide and throws off the alignment of the patch.  Not sure if it's the wrong size, a fixed-width variant or the wrong font but it's definitely wrong.  All of the GUI programmed fonts are fine.</p>
<p>I've found that the -font-size startup flag will do nothing on any system I've tried it on so either my syntax is wrong (tried quotes, no quotes, etc) or that flag doesn't work.  I can use -font-face to change the font to a smaller one, but Pd still calculates the width of the box by the &quot;wrong&quot; font (only the box height changes). The only setting that comes close to a &quot;quick fix&quot; for this is the Edit menu font option, I've always left this set to 10.  If I drop it to 8 it will change both the width and size but now it's just a bit too small.</p>
<p>Now if I could set it to 9 I just might get away with it but there is no nine.  I don't know if I could send a nine manually over some control channel but -- I really shouldn't have to mess with any of those settings, should I?</p>
<p>Any Ideas what's really going on?  The old suggestions at <a href="http://purdata.info" rel="nofollow">purdata.info</a> don't seem to help.  All my systems are running the same compiled source on the same hardware..  Tried the last 2 or 3 versions of Pd Vanilla with the same result.</p>
<p>Edit: It does seem the 2 sid distros I've tried lack the oldest of the multiple versions of tcl/tk that the previous installs have.</p>
<p>Edit#2: Uh oh this may be part of the problem:</p>
<p><a href="https://lists.puredata.info/pipermail/pd-list/2017-02/117898.html" rel="nofollow">https://lists.puredata.info/pipermail/pd-list/2017-02/117898.html</a></p>
<p><a href="https://lists.puredata.info/pipermail/pd-list/2017-02/117886.html" rel="nofollow">https://lists.puredata.info/pipermail/pd-list/2017-02/117886.html</a></p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros</guid><dc:creator><![CDATA[NoDSP]]></dc:creator><pubDate>Sat, 29 Jul 2017 23:22:25 GMT</pubDate></item><item><title><![CDATA[Reply to Font issue with new linux distros on Sat, 29 Jul 2017 10:31:09 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/nodsp">@NoDSP</a> It has to be a fixed width font, as otherwise Pd cannot calculate the box size required.<br />
In the tcl code somewhere you will find the acceptable and default fonts listed.<br />
I changed (for vanilla win7) the font (because it &quot;looks prettier&quot;, and because it has a slash through the zero... which I find better) like this.....</p>
<pre><code>-font-size 10 -font-face &quot;Consolas&quot;
</code></pre>
<p>Other fonts than those listed in the tcl will work, as long as they are fixed width (monospace).  Google, and a trawl of your font library should find a good one.<br />
Pd jumps to &quot;8&quot; as you say, if you try &quot;9&quot;, but that might be a limitation of the actual font.</p>
<p>Otherwise, with later Ubuntu, people have had problems with the default graphics driver, but I think that just meant that outlines and cords were wrongly drawn....... but.......?<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/2</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/2</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sat, 29 Jul 2017 10:31:09 GMT</pubDate></item><item><title><![CDATA[Reply to Font issue with new linux distros on Sat, 29 Jul 2017 18:53:01 GMT]]></title><description><![CDATA[<p>As far as I can tell, Pd is loading the same default font it has always loaded and worked with on the old systems.  If you dig into that Pd list thread I linked to it would appear the culprit is a rounding error in the new rendering engine, which is creating the oversize font.  As I said, it makes no sense that I should suddenly have to mess with the font settings.</p>
<p>That's one problem -- the other one is that as I said, the -font-size command line startup flag does <em>absolutely nothing</em> on <em>any</em> system I've tried it on.  Doesn't matter what size I set it to high or low it still loads the same default size.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/3</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/3</guid><dc:creator><![CDATA[NoDSP]]></dc:creator><pubDate>Sat, 29 Jul 2017 18:53:01 GMT</pubDate></item><item><title><![CDATA[Reply to Font issue with new linux distros on Sat, 29 Jul 2017 20:29:05 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/nodsp">@NoDSP</a> Is the required font installed or is Debian Sid attempting a substitution?<br />
If the only difference is the OS variant I would expect the OS or its components or settings to be the root of the problem.</p>
<p>But for the other problem...... if the -font-size flag works on none of the distributions then that must be surely be a problem with Pd, as it is Pd that is given the flag.<br />
Unless the X-window system is overriding the Pd setting / not allowing changes / requires a font registration for each app?<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/4</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/4</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sat, 29 Jul 2017 20:29:05 GMT</pubDate></item><item><title><![CDATA[Reply to Font issue with new linux distros on Sat, 29 Jul 2017 21:04:03 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> If you read the Pd list thread -- specifically the 2 messages I linked to as well as the rest of the thread it spells out the problem.  There is no change in the font or font parameters loaded in linux.  It's still DejaVu Sans Mono bold size 10.  The difference is in what  the new rendering engine does with those parameters.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/5</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/5</guid><dc:creator><![CDATA[NoDSP]]></dc:creator><pubDate>Sat, 29 Jul 2017 21:04:03 GMT</pubDate></item><item><title><![CDATA[Reply to Font issue with new linux distros on Sat, 29 Jul 2017 21:10:00 GMT]]></title><description><![CDATA[<p>Can anyone else confirm that -font-size does nothing?  Doesn't work on any linux I've tried, haven't had a chance to check the Mac version.  Windows... nah I don't do that...(but It would be informative to people who do...)</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/6</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/6</guid><dc:creator><![CDATA[NoDSP]]></dc:creator><pubDate>Sat, 29 Jul 2017 21:10:00 GMT</pubDate></item><item><title><![CDATA[Reply to Font issue with new linux distros on Sat, 29 Jul 2017 21:57:09 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/nodsp">@NoDSP</a> It all works fine on Windows. OSX I have not heard of problems since Pd addressed them in 2011.  Ubuntu, some problems after  16.04 (and sometimes before... but X-window).  Generally a lot of Linux font problems on Google.<br />
Sorry I am not helping with your particular problem.<br />
You could try a.... sudo apt-get install --reinstall x-ttcidfont-conf ttf-dejavu....... if not done so already.<br />
I am having trouble understanding why it should be a tcl issue when it works fine on other Linux distros.<br />
Tk 8.4 was a problem..... but it's very old now......<br />
But Pd will need a re-write (again) just for newer Linux. I don't know what other problems that will throw up for system compatibility.  There was a long debate about it last time.<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/7</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/7</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sat, 29 Jul 2017 21:57:09 GMT</pubDate></item><item><title><![CDATA[Reply to Font issue with new linux distros on Sat, 29 Jul 2017 22:35:02 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> Yes as I mentioned I tried all those ancient tricks on <a href="http://puredata.info" rel="nofollow">puredata.info</a> and no dice.  Some of those apt-get package suggestions have been replaced in Sid so there's some ambiguity there but there's reason to doubt that's the issue because it's not just one distro or desktop environment (and yes, I even messed with all the desktop font configs I could find).</p>
<p>Did you read those two messages?  I thought these passages spelled it out the issue rather succinctly:</p>
<blockquote>
<blockquote>
<p>When I switched fromUbuntu 14.04 to 16.04, boxes grew horizontally by one pixel per character for patches with fontsize=10.</p>
</blockquote>
</blockquote>
<blockquote>
<p>When you switched to 16.04, you started using an updated font<br />
engine to render the fonts.  As far as I can tell there is no set of rules<br />
or constraints on the font stack developers to keep font sizing algos<br />
consistent across time.  I do know that Windows, OSX, and the old<br />
Gnu font stack sizing algo (i.e., 14.04) were within a pixel of each<br />
other when measuring the width of a 31-characterfor string of<br />
DejaVu Sans Mono at a particular pixel size.  The newer Gnu font<br />
stack rendered a string that was seven pixels wider at the same<br />
pixel size.</p>
</blockquote>
<p>and:</p>
<blockquote>
<p>On further digging, I think the culprit is a slightly different tk scaling value:<br />
Tk 8.4 -&gt; scaling: 0.999016715831<br />
Tk 8.6 -&gt; scaling: 0.9990167158308751<br />
Looks like a precision/rounding issue after all w/ 11 digits versus 17.</p>
</blockquote>
<p>There's more later when they start talking about which app should be fixed Pd or tk, parameters to change before compiling to defeat the rounding, how to identify this specific error as opposed to all the other font problems etc. but no definitive solution yet.</p>
<p>It should be noted that this is a Vanilla-only issue.  All the details on the other Pd distros relative to this problem can be found in that thread.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/8</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/8</guid><dc:creator><![CDATA[NoDSP]]></dc:creator><pubDate>Sat, 29 Jul 2017 22:35:02 GMT</pubDate></item><item><title><![CDATA[Reply to Font issue with new linux distros on Sun, 30 Jul 2017 07:34:04 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/nodsp">@NoDSP</a> Yes, I tried to read very carefully all of the research that you have done (and more).</p>
<p>All that you say is true, but as Debian Sid is a currently &quot;unstable release&quot;... bleeding edge...not even released for testing except by developers (and stable Debian does not have this problem) <a href="https://wiki.debian.org/DontBreakDebian" rel="nofollow">https://wiki.debian.org/DontBreakDebian</a> I think you are putting in a lot of work for no gain.</p>
<p>As the rendering is handed over to the OS, I still suspect the x-code or the graphics driver.  A Ubuntu user found a solution to a very similar rendering problem by using his OS in a virtual machine.... <a href="https://forum.pdpatchrepo.info/topic/10884/pd-interface-rendering-bug-on-ubuntu-16-04" rel="nofollow">https://forum.pdpatchrepo.info/topic/10884/pd-interface-rendering-bug-on-ubuntu-16-04</a></p>
<p>That you cannot set the -font-size flag on any Linux distro is an issue though, that maybe can be fixed easily if you report as a bug.<br />
Yes, I still find extended more reliable and useful..... but a really massive effort was put in to make it so....<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/9</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/9</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sun, 30 Jul 2017 07:34:04 GMT</pubDate></item><item><title><![CDATA[Reply to Font issue with new linux distros on Sun, 30 Jul 2017 16:45:29 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/whale-av">@whale-av</a> In that first passage I quoted, the Pd list member is saying he's getting the exact same problem in Ubuntu 16.04 LTS -- not sid, not a test or development release.</p>
<p>As far as that other 16.04 graphical rendering problem you linked to -- no, that problem is not &quot;very similar&quot;.  There's no problem with graphical renderings -- this is only related to the display of the default object box font.</p>
<p>If you really think pursuing this is &quot;a lot of work for no gain&quot; you might want to tell the list developers that -- in that thread they seem to have determined  it's a real issue worthy of their attention.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/10</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/10</guid><dc:creator><![CDATA[NoDSP]]></dc:creator><pubDate>Sun, 30 Jul 2017 16:45:29 GMT</pubDate></item><item><title><![CDATA[Reply to Font issue with new linux distros on Sun, 30 Jul 2017 18:22:27 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/nodsp">@NoDSP</a> Sorry sorry sorry..... only trying to help.<br />
Text is a graphical rendering too, only very much more complicated, with anti-aliasing etc.<br />
I meant it's work for you for no gain....... the great programmers on the list are indeed doing a lot of work and will hopefully solve these problems that have cropped up again like a bad penny.....<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/11</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/11</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Sun, 30 Jul 2017 18:22:27 GMT</pubDate></item><item><title><![CDATA[Reply to Font issue with new linux distros on Sun, 30 Jul 2017 22:21:49 GMT]]></title><description><![CDATA[<p>Not sure if it's related but we ran into some font engine problems in Purr Data last year that showed up in ubuntu 16.04.</p>
<p>Apparently somebody somewhere in the Gnu font stack &quot;fixed&quot; font-rendering such that a monospaced font like DejaVu Mono got rendered with a measurable difference in width compared to OSX, Windows, and every earlier Gnu font stack I could check.</p>
<p>Here's my comment about it in the Purr Data workaround:</p>
<pre><code>+var font_engine_sanity;
+
+// Here we use an HTML5 canvas hack to measure the width of
+// the text to check for a font rendering anomaly. Here's why:
+//
+// It was reported that Ubuntu 16.04, Arch-- and probably most other Gnu/Linux
+// distros going forward-- all end up with text extending past the box border.
+// The test_text below is the string used in the bug report.
+// OSX, Windows, and older Gnu/Linux stacks (like Ubuntu 14.04) all render
+// this text with a width that is within half a pixel of each other (+- 217).
+//
+// Newer versions of Ubuntu and Arch measured nearly 7 pixels wider.
+//
+// I don't know what the new Gnu/Linux stack is up to (and I don't have the
+// time to spelunk) but it's out of whack with the rest of the desktop
+// rendering engines. Worse, there's some kind of quantization going on that
+// keeps the new Gnu/Linux stack from hitting anything close to the font
+// metrics of Pd Vanilla.
+//
+// Anyhow, we check for the discrepancy and try our best not to make newer
+// versions of Gnu/Linux distros look too shitty...

</code></pre>
<p>In Purr Data, systems using this new font stack will notice a small amount of extra padding at the right of the box. This is because as I mentioned the font engine quantizes the pixel font size such that fitting it to the box makes it slightly smaller than what would be ideal. Rather than making the box smaller, I purposefully keep the box size consistent across all platforms so that users on Ubuntu 16.04 and greater don't end up putting boxes so close to each other that they end up overlapping when viewed on Windows/OSX.</p>
<p>Hope that helps.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/12</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/12</guid><dc:creator><![CDATA[jancsika]]></dc:creator><pubDate>Sun, 30 Jul 2017 22:21:49 GMT</pubDate></item><item><title><![CDATA[Reply to Font issue with new linux distros on Mon, 31 Jul 2017 09:10:20 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/jancsika">@jancsika</a> Thanks for the explanation Johnathan.  I was losing sleep trying to understand how it could be caused by anything other than changes in the Linux font rendering engine.......<br />
David.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/13</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/13</guid><dc:creator><![CDATA[whale-av]]></dc:creator><pubDate>Mon, 31 Jul 2017 09:10:20 GMT</pubDate></item><item><title><![CDATA[Reply to Font issue with new linux distros on Wed, 25 Oct 2017 21:03:20 GMT]]></title><description><![CDATA[<p>For what it's worth, I was able to more or less &quot;fix&quot; the sizing/spacing problems with my patch by following the instructions at the top of this page:</p>
<p><a href="https://github.com/pure-data/pure-data/wiki/Crossplatform-font-metrics-%26-comparisons" rel="nofollow">https://github.com/pure-data/pure-data/wiki/Crossplatform-font-metrics-%26-comparisons</a></p>
<p>Not an ideal solution, wish I knew what the heck those upstream guys are thinking (or not thinking).</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/14</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/14</guid><dc:creator><![CDATA[NoDSP]]></dc:creator><pubDate>Wed, 25 Oct 2017 21:03:20 GMT</pubDate></item><item><title><![CDATA[Reply to Font issue with new linux distros on Thu, 26 Oct 2017 11:49:04 GMT]]></title><description><![CDATA[<p>I linked to this related thread from here:</p>
<p><a href="https://forum.pdpatchrepo.info/topic/11063/pd-0-48-font-size-issue" rel="nofollow">https://forum.pdpatchrepo.info/topic/11063/pd-0-48-font-size-issue</a></p>
<p>with some additional notes on the font startup flags from the Pd list.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/15</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/15</guid><dc:creator><![CDATA[NoDSP]]></dc:creator><pubDate>Thu, 26 Oct 2017 11:49:04 GMT</pubDate></item><item><title><![CDATA[Reply to Font issue with new linux distros on Mon, 30 Oct 2017 18:09:40 GMT]]></title><description><![CDATA[<p>I can confirm now that this is definitely a linux version specific issue.  I just checked three releases of UbuntuStudio -- 14.04, 16.04, and the new 17.10 (forgot to grab 15.10).  Out of those three only 16.04 has this issue.  The Sid install which I &quot;fixed&quot; with the above linked workaround is now aligned with Debian 9.</p>
<p>Hope we can write this one off as a passing upstream fumble.  Would be nice to know of a specific component in 16.04 that could be replaced.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/16</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/16</guid><dc:creator><![CDATA[NoDSP]]></dc:creator><pubDate>Mon, 30 Oct 2017 18:09:40 GMT</pubDate></item><item><title><![CDATA[Reply to Font issue with new linux distros on Wed, 21 Apr 2021 22:05:55 GMT]]></title><description><![CDATA[<p>I'm aware this is an old thread, also for Linux, but just wanted to remark on this:</p>
<blockquote>
<p>the -font-size command line startup flag does absolutely nothing on any system I've tried it on. Doesn't matter what size I set it to high or low it still loads the same default size.</p>
</blockquote>
<p>I kind of noticed something similar, Purr Data 2.15.2 on Windows 10. I tried calling it with</p>
<pre><code>pd.exe -font-face 50 -font-face &quot;Consolas&quot;
</code></pre>
<p>... and indeed, whatever <em>old</em> patch I opened, still had the old font size .... However, if I did Ctrl-N for a new patch, then Ctrl-1 to place an object, then start typing - then <em>that</em> font is indeed large ... So, it is possible that font size gets saved with the object in a .pd file.</p>
<p>However, my problem now is, that the <code>-font-face</code> never gets honored (font face remains the same, no matter what I use for <code>-font-face</code>)....</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/17</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/17</guid><dc:creator><![CDATA[sdaau_ml]]></dc:creator><pubDate>Wed, 21 Apr 2021 22:05:55 GMT</pubDate></item><item><title><![CDATA[Reply to Font issue with new linux distros on Wed, 21 Apr 2021 22:12:47 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-a" href="http://forum.pdpatchrepo.info/user/sdaau_ml">@sdaau_ml</a> Font size just sets the font size for new patches, if you want to change the font size of an old patch just open it in a text editor and the first line will be something like <code>#N canvas 584 41 781 712 10;</code>, last digit is the font size, change as needed. PureData does this because it does not reorganize the patch after a font switch, open a patch in a text editor and triple the font size, open it up and PD and see what happens, everything will be an illegible mess because the objects all retain their old positions.</p>
]]></description><link>http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/18</link><guid isPermaLink="true">http://forum.pdpatchrepo.info/topic/10915/font-issue-with-new-linux-distros/18</guid><dc:creator><![CDATA[oid]]></dc:creator><pubDate>Wed, 21 Apr 2021 22:12:47 GMT</pubDate></item></channel></rss>