fix antialising
parent
e8e02143b6
commit
52c7486e7f
|
@ -73,16 +73,16 @@
|
||||||
'(fontconfig
|
'(fontconfig
|
||||||
(comment " Set subpixel arrangement for all fonts ")
|
(comment " Set subpixel arrangement for all fonts ")
|
||||||
(match ((target "font")
|
(match ((target "font")
|
||||||
(edit ((name "rgba") (mode "assign"))
|
(edit (@ (name "rgba") (mode "assign"))
|
||||||
(const "bgr"))
|
(const "bgr"))
|
||||||
(edit ((name "hrgba") (mode "assign"))
|
(edit (@ (name "hrgba") (mode "assign"))
|
||||||
(const "bgr"))
|
(const "bgr"))
|
||||||
(edit ((name "hinting") (mode "assign"))
|
(edit (@ (name "hinting") (mode "assign"))
|
||||||
(bool "true")))
|
(bool "true")))
|
||||||
|
|
||||||
(comment " Alias for Motomachi font ")
|
(comment " Alias for Migu 1P font ")
|
||||||
(alias ((family "sans-serif")
|
(alias ((family "sans-serif")
|
||||||
(prefer (family "Motomachi")))))))
|
(prefer (family "Migu 1P")))))))
|
||||||
|
|
||||||
(define-syntax-rule
|
(define-syntax-rule
|
||||||
(associate-right (association keys) ...)
|
(associate-right (association keys) ...)
|
||||||
|
|
Loading…
Reference in New Issue