emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

set-fontset-font do not work again.


From: tumashu
Subject: set-fontset-font do not work again.
Date: Mon, 8 Nov 2021 10:06:37 +0800 (CST)

Hello:

I have found that the below code does not work  in emacs-29 git, any suggestion? thanks.

;; This is a test, 这是一个测试
(dolist (charset '(kana han symbol cjk-misc bopomofo))
  (set-fontset-font
   t
   charset
   (font-spec :name "Microsoft Yahei"
              :weight 'normal
              :slant 'normal
              :size 16)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]