bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#51704: Re: bug#51704: 29.0.50; set-fontset-font do not work well wit


From: tumashu
Subject: bug#51704: Re: bug#51704: 29.0.50; set-fontset-font do not work well with :weight 'normal of font-spec
Date: Tue, 9 Nov 2021 15:29:06 +0800 (CST)







At 2021-11-09 15:08:22, "Lars Ingebrigtsen" <larsi@gnus.org> wrote:
>tumashu <tumashu@163.com> writes:
>
>> ;; 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 20)))
>
>Does `medium' work instead?
>
>Previously, Emacs put `normal' at a 100 weight as a synonym with
>`medium', and that was not according to spec.  `normal' is now at 80,
>and `medium' is at 100.

medium work.

Does old emacs support 'medium?

>
>-- 
>(domestic pets only, the antidote for overdose, milk.)
>   bloggy blog: http://lars.ingebrigtsen.no

reply via email to

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