I'm using a recent (nightly build) DrRacket (5.3.0.1--2012-04-12) on 
Vista and observe that 'roman works, but 'script and 'symbol fail with 
the message at the top left corner of the frame in a normal sized 
windows system font. <div class="yj6qo ajU"><div id=":br" class="ajR" tabindex="0"><img class="ajT" src="images/cleardot.gif"></div></div><div class="adL"><br></div><span class="HOEnZb adL"><font color="#888888">
<br>- Kieron.</font></span><br><br><br><div class="gmail_quote">On Fri, Apr 20, 2012 at 7:33 AM, Harry Spier <span dir="ltr">&lt;<a href="mailto:vasishtha.spier@gmail.com">vasishtha.spier@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear list members,<br>
<br>
<br>
I&#39;m using Windows Vista<br>
When I create a window with a title as follows:<br>
<br>
#lang racket/gui<br>
<br>
;Top level window<br>
(define main-ocr-frame (new frame%<br>
                            [label  &quot;DEVANAGARI OCR&quot;]<br>
                            [width  10000]<br>
                            [height 10000]))<br>
<br>
<br>
;Main title<br>
(define title (new message%<br>
                   [parent main-ocr-frame]<br>
                   [label &quot;DEVANAGARI OCR PROJECT&quot;]<br>
                   [font (make-object font% 40 &lt;font-name&gt;  &#39;normal &#39;bold)]))<br>
<br>
<br>
(send main-ocr-frame show #t);display window<br>
<br>
It works correctly if &lt;font-name&gt; is any of:<br>
&#39;modern<br>
&#39;default<br>
&#39;system<br>
&#39;decorative<br>
&#39;swiss<br>
<br>
but if &lt;font-name&gt; is any of:<br>
&#39;roman<br>
&#39;script<br>
&#39;symbol<br>
<br>
Then the font size stays small and doesn&#39;t increase no matter what I<br>
set the font size to, but as I increase the font size all that happens<br>
is that the message label gets pushed farther and farther to the left.<br>
<br>
Thanks,<br>
Harry Spier<br>
____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
</blockquote></div><br>