[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Setting face attribute with height specification
From: |
Eli Zaretskii |
Subject: |
Re: Setting face attribute with height specification |
Date: |
Sun, 23 Jun 2024 21:21:44 +0300 |
> Date: Sun, 23 Jun 2024 18:09:09 +0000
> From: Heime <heimeborgia@protonmail.com>
> Cc: help-gnu-emacs@gnu.org
>
> On Sunday, June 23rd, 2024 at 5:54 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>
> > > Date: Sun, 23 Jun 2024 17:31:02 +0000
> > > From: Heime heimeborgia@protonmail.com
> > > Cc: Eli Zaretskii eliz@gnu.org, help-gnu-emacs@gnu.org
> > >
> > > The following is telling me
> > >
> > > Invalid face attribute :height (string-to-number face-height)
> > >
> > > > (buffer-face-mode-invoke
> > > > '(:family "URW Chancery L" :height (string-to-number face-height)) t)
> > >
> > > And this does not change the family (when using "Wargames" for instance)
> > >
> > > > (set-face-attribute 'default nil
> > > > :family "URW Chancery L" :height (string-to-number face-height))
> >
> >
> > Maybe you use incorrect family name? The list of available families
> > is produced by the function font-family-list.
>
> I did not use that list, but the output from fc-list.
>
> Have called (font-family-list) but the list gets truncated with "..."
>
> ("Noto Sans Bengali UI" "STIXIntegralsUp" "Noto Sans Canadian Aboriginal"
> "Noto Sans Devanagari UI" "UnGraphic" "Noto Serif Sinhala" "Noto Sans
> Malayalam"
> "Noto Serif Armenian" "Noto Sans Khmer" "Noto Sans Gurmukhi" "Junkyard"
> "wasy10" ...)
The "..." is the standard Emacs way of showing long lists. Move point
there and press RET, and you will see the full list.
- Setting face attribute with height specification, Heime, 2024/06/22
- Re: Setting face attribute with height specification, Eli Zaretskii, 2024/06/23
- Re: Setting face attribute with height specification, Heime, 2024/06/23
- Re: Setting face attribute with height specification, Heime, 2024/06/23
- Re: Setting face attribute with height specification, Eli Zaretskii, 2024/06/23
- Re: Setting face attribute with height specification, Heime, 2024/06/23
- Re: Setting face attribute with height specification,
Eli Zaretskii <=
- Re: Setting face attribute with height specification, Heime, 2024/06/23
- Re: Setting face attribute with height specification, Eli Zaretskii, 2024/06/23
- Re: Setting face attribute with height specification, Heime, 2024/06/23
- Re: Setting face attribute with height specification, Eli Zaretskii, 2024/06/23
- Re: Setting face attribute with height specification, Yuri Khan, 2024/06/23
- Re: Setting face attribute with height specification, Eli Zaretskii, 2024/06/23
- Re: Setting face attribute with height specification, Heime, 2024/06/23