<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 19, 2015 at 5:34 PM, Levente Uzonyi <span dir="ltr">&lt;<a href="mailto:leves@elte.hu" target="_blank">leves@elte.hu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I see the following issues here (latest Trunk image):<br>
<br>
1. Glyphs for non-ascii (asciiValue &gt;= 256) characters are shown as a black rectangle.<br>
<br>
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>
<br>
3. FontImporterTool doesn&#39;t use the selected font in the preview panel.</blockquote><div><span style="color:rgb(136,136,136)"><br></span></div><div><span style="color:rgb(136,136,136)">This fixes the preview of the font:</span></div><div><span style="color:rgb(136,136,136)"><br></span></div><div><span style="color:rgb(136,136,136)">FontImporterTool&gt;&gt;currentSelection: anObject</span></div><div><span style="color:rgb(136,136,136)">anObject = currentSelection ifTrue: [^ self].</span></div><div><span style="color:rgb(136,136,136)">currentSelection := anObject.</span></div><div><span style="color:rgb(136,136,136)">self changed: #currentSelection.</span></div><div><span style="color:rgb(136,136,136)">self changed: #contents.</span></div><div><span style="color:rgb(136,136,136)">self changed: #filename.</span></div><div><span style="color:rgb(136,136,136)">self changed: #copyright.</span></div><div><span style="color:rgb(136,136,136)">self changed: #previewText.</span></div><div><br></div><div>Karl</div><div><br></div><div><br></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">
Levente</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On Wed, 19 Aug 2015, Tobias Pape wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Mateusz<br>
<br>
On 16.08.2015, at 00:56, Mateusz Grotek &lt;<a href="mailto:unoduetre@poczta.onet.pl" target="_blank">unoduetre@poczta.onet.pl</a>&gt; wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
First of all thank you for the new version of Squeak. It&#39;s really great.<br>
<br>
Special thanks for Tobias and Marcel for the font import tool! It works perfectly.<br>
<br>
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>
</blockquote>
<br>
It is somewhat strange,<br>
I imported Arial Unicode (the whole stuff) and, yes some characters did not show up,<br>
but others (such as ß) did. I don&#39;t know yet _where_ the problem is. Although<br>
I&#39;ve written the importer, I still lack some knowledge to debug this behavior.<br>
<br>
Best regards<br>
        -Tobias<br>
</blockquote>
</div></div><br><br>
<br></blockquote></div><br></div></div>