Re: [racket] Problem or bug in specifying GUI font

2012-04-25 Thread Matthew Flatt
I've changed the way that unavailable fonts are handled for GUI elements on Windows, so that it falls back to the default font in the requested size and style. I've also changed the default 'script mapping to a font that exists on Windows. At Fri, 20 Apr 2012 11:44:09 -0600, Kieron Hardy wrote: >

Re: [racket] Problem or bug in specifying GUI font

2012-04-20 Thread Kieron Hardy
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. - Kieron. On Fri, Apr 20, 2012 at 7:33 AM, Harry Spier wrote: > Dea

[racket] Problem or bug in specifying GUI font

2012-04-20 Thread Harry Spier
Dear list members, I'm using Windows Vista When I create a window with a title as follows: #lang racket/gui ;Top level window (define main-ocr-frame (new frame% [label "DEVANAGARI OCR"] [width 1]