Hi all,<br><br>I&#39;m a newcomer to Racket and I ran into a problem with the text/font function in 2htdp/image. stamourv on #racket helped me diagnose this, and it seems to be a problem confined to Windows XP. When using text/font with a symbol font like Wingdings or Symbol (standard symbol fonts included with Windows) the character is not rendered. Instead, I get whatever the equivalent Roman character would be.<br>
<br>For instance:<br><br>(define testingfont<br>  (text/font &quot;012abc&quot; 36 &quot;black&quot;<br>             &quot;Wingdings&quot; &#39;default &#39;normal &#39;normal #f))<br><br>If I then type testingfont into the interactions window, instead of rendering a series of symbols I get the input string 012abc instead. I also tried using &#39;symbol instead of &#39;default. We tried the same code on Debian (stamourv) and Ubuntu (me) and it worked fine on those platforms.<br>
<br>I&#39;m running Windows XP 32-bit, and I am using Racket 5.3.1.<br><br>Thanks!<br>