[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: :family and :height in set-face-attribute
From: |
Eli Zaretskii |
Subject: |
Re: :family and :height in set-face-attribute |
Date: |
Mon, 24 Jun 2024 19:29:46 +0300 |
> Date: Mon, 24 Jun 2024 15:39:07 +0000
> From: Heime <heimeborgia@protonmail.com>
> Cc: help-gnu-emacs@gnu.org
>
> > > (set-face-attribute 'default nil
> > >
> > > :family face-family :height (string-to-number face-height)) ))
> >
> >
> > Come on, can't you just show the values you use in the
> > set-face-attribute call?
>
> I use the strings in cseq
>
> > Also, is the value of face-family with which you call
> > set-face-attribute one of the families returned by font-family-list?
>
> Yes they are. Calling buffer-face-mode-invoke does what is expected to
> happen. But not for set-face-attribute.
Then I don't know why it didn't work for you, sorry. It did work for
me (but with font families I have, not with yours, which I don't
have).