<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 21, 2015 at 2:11 PM, Tobias Pape <span dir="ltr">&lt;<a href="mailto:Das.Linux@gmx.de" target="_blank">Das.Linux@gmx.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<span class=""><br>
On 21.08.2015, at 12:16, karl ramberg &lt;<a href="mailto:karlramberg@gmail.com">karlramberg@gmail.com</a>&gt; wrote:<br>
<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Aug 19, 2015 at 5:34 PM, Levente Uzonyi &lt;<a href="mailto:leves@elte.hu">leves@elte.hu</a>&gt; wrote:<br>
&gt; I see the following issues here (latest Trunk image):<br>
&gt;<br>
&gt; 1. Glyphs for non-ascii (asciiValue &gt;= 256) characters are shown as a black rectangle.<br>
&gt;<br>
&gt; 2. FontImporterTool doesn&#39;t see fonts in the subdirectories of the base font directory. Because of this, there&#39;s only one font on the list for me.<br>
&gt;<br>
&gt; 3. FontImporterTool doesn&#39;t use the selected font in the preview panel.<br>
&gt;<br>
&gt; This fixes the preview of the font:<br>
&gt;<br>
&gt; FontImporterTool&gt;&gt;currentSelection: anObject<br>
&gt; anObject = currentSelection ifTrue: [^ self].<br>
&gt; currentSelection := anObject.<br>
&gt; self changed: #currentSelection.<br>
&gt; self changed: #contents.<br>
&gt; self changed: #filename.<br>
&gt; self changed: #copyright.<br>
&gt; self changed: #previewText.<br>
&gt;<br>
<br>
</span>Ah I see. In Morphic-mt.951 FontImporterTool became a Subclass of Model and not StringHolder.<br>
I&#39;ll change accortingly (in trunk)<br>
<br>
Best regards<br>
<span class="HOEnZb"><font color="#888888">        -Tobias<br></font></span></blockquote><div>Oh, that explains it. I did not notice that the contents send did nothing.</div><div>What does contents do for model ?</div><div><br></div><div>Karl</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="HOEnZb"><font color="#888888">
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
&gt; Karl<br>
&gt;<br>
&gt;<br>
&gt; Levente<br>
&gt;<br>
&gt;<br>
&gt; On Wed, 19 Aug 2015, Tobias Pape wrote:<br>
&gt;<br>
&gt; Hi Mateusz<br>
&gt;<br>
&gt; On 16.08.2015, at 00:56, Mateusz Grotek &lt;<a href="mailto:unoduetre@poczta.onet.pl">unoduetre@poczta.onet.pl</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi,<br>
&gt; First of all thank you for the new version of Squeak. It&#39;s really great.<br>
&gt;<br>
&gt; Special thanks for Tobias and Marcel for the font import tool! It works perfectly.<br>
&gt;<br>
&gt; Nevertheless I have noticed that there is a regression in Squeak 4.6/5.0 in the font handling. It&#39;s not possible anymore to use non-english characters even after loading a font that contains them (I&#39;ve changed the code font and tried to use the characters in a workspace). Can anyone verify?<br>
&gt;<br>
&gt; It is somewhat strange,<br>
&gt; I imported Arial Unicode (the whole stuff) and, yes some characters did not show up,<br>
&gt; but others (such as ß) did. I don&#39;t know yet _where_ the problem is. Although<br>
&gt; I&#39;ve written the importer, I still lack some knowledge to debug this behavior.<br>
&gt;<br>
&gt; Best regards<br>
&gt;         -Tobias<br>
<br>
<br>
<br>
</div></div></blockquote></div><br></div></div>