<div dir="ltr"><div>Hello,</div><div><br></div><div>I am trying to load a particular TrueTypeFont that represents the Cuneiform signs in the Cuneiform Unicode block.</div><div>You can find some information on <a href="https://www.hethport.uni-wuerzburg.de/cuneifont/">this page</a>.</div><div><br></div><div>Specifically, I'm attempting to work with the Neo-Assyrian font on that page ('Assurbanipal.ttf' in the zip file). I have also tried the Old Babylonian fonts with similar results.</div><div><br></div><div>I have "imported" this font using the FileList tool and it does appear as a TextStyle. However, if I attempt to run:</div><div><br></div><div>```</div><div>m := TextMorph new<br>     beAllFont: ((TextStyle named: 'Assurbanipal') fontOfSize: 36);<br>        backgroundColor: Color white.<br><br>signString := (Unicode value: 16r12038) asString.<br>m contents: signString.<br><br>m openInHand.</div><div>```</div><div><br></div><div>I get a TextMorph that appears blank. Either I am doing something incorrectly or the system cannot render the glyph at that code point (which should be the sign "AĆ "). Any ideas?<span></span>
        
        
                </div><div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Eric</div></div></div></div></div>