fix antialising

main
hashirama 2024-07-02 15:04:48 +00:00
parent e8e02143b6
commit 52c7486e7f
1 changed files with 5 additions and 5 deletions

View File

@ -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) ...)