[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Incorrect font weight selected
From: |
Sean Whitton |
Subject: |
Re: Incorrect font weight selected |
Date: |
Mon, 20 Dec 2021 14:59:53 -0700 |
User-agent: |
Notmuch/0.31.4 (https://notmuchmail.org) Emacs/29.0.50 (x86_64-pc-linux-gnu) |
Hello,
On Sun 19 Dec 2021 at 02:03PM -07, Sean Whitton wrote:
> Hello,
>
> On Sun 19 Dec 2021 at 02:52PM +02, Eli Zaretskii wrote:
>
>>> From: Yuri D'Elia <wavexx@thregr.org>
>>> Cc: Sean Whitton <spwhitton@spwhitton.name>, emacs-devel@gnu.org
>>> Date: Sun, 19 Dec 2021 12:29:10 +0100
>>>
>>> On Sun, Dec 19 2021, Eli Zaretskii wrote:
>>> >> (set-frame-font (font-spec :name "Inconsolata-13" :weight 'medium))
>>> >>
>>> >> then what I get is the regular weight, not the medium weight. It is as
>>> >> though the :weight parameter is being completely ignored.
>>> >
>>> > Does that font have the 'medium' weight?
>
> I think so, though see fc-list output below.
>
> I customized the 'default' face to medium Inconsolata, and commented out
> my code which directly calls set-frame-font, and then I get something
> which looks the same as it used to (I compared some screenshots).
Reverting 1b2511f fixes the problem.
--
Sean Whitton
- Re: Incorrect font weight selected, (continued)