Using that dll fixed the problem on Windows XP 32bit!<br><br>Using the 64-bit one on Windows 7 64-bit didn&#39;t work, though.<br><br>Also, I was able to test out text/font with a symbol font on OS X 10.8.2, and it also would not render the symbol font.<br>
<br>I found somebody who had made TeX fonts for byzantine neumes, and using mftrace I was able to generate a unicode-compatible TTF. That works like a charm on all platforms, even though the standard letters have been replaced by symbols. I found out that there&#39;s actually space reserved in the unicode standard for byzantine neumes, but nobody has yet done the work of making such a font.<br>
<br>Thank you again for your help!<br><br><div class="gmail_quote">On Tue, Nov 27, 2012 at 11:21 PM, Matthew Flatt <span dir="ltr">&lt;<a href="mailto:mflatt@cs.utah.edu" target="_blank">mflatt@cs.utah.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">At Sat, 24 Nov 2012 10:44:36 -0600, Robby Findler wrote:<br>
&gt; On Sat, Nov 24, 2012 at 10:10 AM, Matthew Flatt &lt;<a href="mailto:mflatt@cs.utah.edu">mflatt@cs.utah.edu</a>&gt; wrote:<br>
&gt; &gt; Unfortunately, patching Pango means compiling it myself for Windows,<br>
&gt; &gt; which is a tedious task that I had so far avoided. Maybe it&#39;s<br>
&gt; &gt; unavoidable, though.<br>
&gt;<br>
&gt; Does it make sense to try to leverage Eli&#39;s nightly build setup to<br>
&gt; automate this task?<br>
<br>
</div></div>No. The problem isn&#39;t regularly building the library, but setting up an<br>
environment that can compile it just once. I thought that my recent<br>
experience with mingw32/mingw64 to compile GMP and MPFR might help me<br>
compile Pango, but it seems that I&#39;m still not expert enough.<br>
<br>
<br>
Meanwhile, it occurs to me that it&#39;s easy to just patch the binary ---<br>
a one-byte change should do it.<br>
<br>
Clement, can you try one of the following (the one matching your Racket<br>
installation) as a replacement for &quot;libpangowin32-1.0-0.dll&quot; in the<br>
&quot;lib&quot; directory of your Racket installation?<br>
<br>
Win32:<br>
 <a href="http://download.racket-lang.org/libs/10/win32/i386/libpangowin32-1.0-0.dll
Win64" target="_blank">http://download.racket-lang.org/libs/10/win32/i386/libpangowin32-1.0-0.dll<br>
Win64</a>:<br>
 <a href="http://download.racket-lang.org/libs/10/win32/x86_64/libpangowin32-1.0-0.dll" target="_blank">http://download.racket-lang.org/libs/10/win32/x86_64/libpangowin32-1.0-0.dll</a><br>
<br>
</blockquote></div><br>