rolandwalker / unicode-fonts

Configure Unicode fonts for Emacs
227 stars 28 forks source link

Cannot change certain font's size after unicode-font-setup #23

Closed amosbird closed 6 years ago

amosbird commented 6 years ago
    (unicode-fonts-setup)
    (dolist (charset '(kana han cjk-misc bopomofo))
      (set-fontset-font (frame-parameter nil 'font) charset
                        (font-spec :family "WenQuanYi Zen Hei" :size 13)))

I'm trying to decrease the font size of certain charset. But the above elisp doesn't work.