racket/draw win32: change default font for 'script

This commit is contained in:
Matthew Flatt 2012-04-25 18:56:42 -06:00
parent 9c025210aa
commit d6a57e073c

View File

@ -61,6 +61,7 @@
[else "Helvetica"])]
[(script) (case (system-type)
[(macosx) "Apple Chancery, Italic"]
[(windows) "Palatino Linotype, Italic"]
[else "Chancery"])]
[(symbol) "Symbol"]
[else (case (system-type)