enable font substitution for windows (it works on windows 7 and xp at least...)

This commit is contained in:
Robby Findler 2010-12-07 13:01:55 -06:00
parent a02d73e530
commit ab517bf432

View File

@ -40,7 +40,7 @@
(define-syntax-rule (atomically e) (define-syntax-rule (atomically e)
(begin (start-atomic) (begin0 e (end-atomic)))) (begin (start-atomic) (begin0 e (end-atomic))))
(define substitute-fonts? (memq (system-type) '(macosx))) (define substitute-fonts? (memq (system-type) '(macosx windows)))
(define substitute-mapping (make-hasheq)) (define substitute-mapping (make-hasheq))
(define (install-alternate-face ch layout font desc attrs context) (define (install-alternate-face ch layout font desc attrs context)