emacs-devel
[Top][All Lists]
Advanced

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

Re: set-fontset-font do not work again.


From: Yuan Fu
Subject: Re: set-fontset-font do not work again.
Date: Mon, 8 Nov 2021 19:12:10 -0800

>> 
>> Why are you using both :name and :weight/:slant/:size?  What happens
> 
> (dolist (charset '(kana han symbol cjk-misc bopomofo))
>  (set-fontset-font
>   t
>   charset
>   (font-spec :name "Microsoft Yahei"
>              :slant 'normal
>              :size 20)))
> 
> The above code  works,  so I think the problem is :   :weight ‘normal 

I usually use ‘regular, maybe ‘normal isn’t supported?

Yuan


reply via email to

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