enable font substitution for windows (it works on windows 7 and xp at least...)
This commit is contained in:
parent
a02d73e530
commit
ab517bf432
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user